support downscaling frames for dynamic b frame decission

Originally committed as revision 4776 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2005-12-25 18:34:02 +00:00
parent c9ab8df88a
commit e8501c93b5
3 changed files with 11 additions and 2 deletions

View File

@@ -1869,6 +1869,13 @@ typedef struct AVCodecContext {
* - decoding: unused
*/
int bidir_refine;
/**
*
* - encoding: set by user.
* - decoding: unused
*/
int brd_scale;
} AVCodecContext;
/**