摘要: FFMPEG的很多结构中有AVRational time_base;这样的一个成员,它是AVRational结构的typedef struct AVRational{ int num; ///< numerator int den; ///< denominator} AVRational;AVRa... 阅读全文
posted @ 2014-08-17 11:16 行走的Zero 阅读(2238) 评论(0) 推荐(0) 编辑