motion estimation bitrate penalty compensation

Originally committed as revision 4092 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2005-03-27 12:19:59 +00:00
parent 048bfeeb12
commit 09c3e44e8a
4 changed files with 14 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ extern "C" {
#define FFMPEG_VERSION_INT 0x000409
#define FFMPEG_VERSION "0.4.9-pre1"
#define LIBAVCODEC_BUILD 4749
#define LIBAVCODEC_BUILD 4750
#define LIBAVCODEC_VERSION_INT FFMPEG_VERSION_INT
#define LIBAVCODEC_VERSION FFMPEG_VERSION
@@ -1781,6 +1781,13 @@ typedef struct AVCodecContext {
* - decoding: unused
*/
int mb_lmax;
/**
*
* - encoding: set by user.
* - decoding: unused
*/
int me_penalty_compensation;
} AVCodecContext;