diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-01-24 21:57:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-01-24 21:57:26 +0000 |
commit | 64b7c5b6f6cab1f1332b0886ce0ab0fe2ea423af (patch) | |
tree | ec7a537e31707883477f4d01cdffdfc1a8e2f731 /libavcodec/avcodec.h | |
parent | 767b49a56e56151babde2011cbefeec4968f949f (diff) | |
download | ffmpeg-64b7c5b6f6cab1f1332b0886ce0ab0fe2ea423af.tar.gz |
xvid ratecontrol support
Originally committed as revision 4894 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index b2edefad2b..854c3db1df 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -892,6 +892,8 @@ typedef struct AVCodecContext { /** obsolete FIXME remove */ int rc_strategy; +#define FF_RC_STRATEGY_XVID 1 + int b_frame_strategy; /** |