提交 65f7062d 编写于 作者: M Michael Niedermayer

binary compatibility fix

Originally committed as revision 1700 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 67116af9
......@@ -388,14 +388,6 @@ typedef struct AVCodecContext {
*/
int frame_rate;
/**
* frame_rate_base.
* for variable fps this is 1
* - encoding: set by user.
* - decoding: set by lavc.
*/
int frame_rate_base;
/**
* width / height.
* - encoding: MUST be set by user.
......@@ -1039,6 +1031,15 @@ typedef struct AVCodecContext {
*/
int me_range;
/**
* frame_rate_base.
* for variable fps this is 1
* - encoding: set by user.
* - decoding: set by lavc.
* @todo move this after frame_rate
*/
int frame_rate_base;
} AVCodecContext;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册