摘要: https://linuxtv.org/downloads/v4l-dvb-apis/driver-api/mc-core.html#pads 阅读全文
posted @ 2020-11-11 19:34 卷哭你 阅读(70) 评论(0) 推荐(0)
摘要: (1) typeof 不是 typedef (2) #include <stdio.h>#include <stdint.h>#include <stdbool.h> #define clamp(val,min,max) ( { \ typeof(val) __val = (val); \ type 阅读全文
posted @ 2020-11-11 11:31 卷哭你 阅读(217) 评论(0) 推荐(0)