diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2006-12-23 03:05:36 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2006-12-23 03:05:36 +0000 |
commit | c52f5d66a2c97b34c725dfa0b0dc25da3a812db7 (patch) | |
tree | c35f3129480445d05f434517a3bedaf72815aa6a /libavcodec/mpegvideo.h | |
parent | 919cb8731e393eabdf9f3881b7a487bda8951580 (diff) | |
download | ffmpeg-c52f5d66a2c97b34c725dfa0b0dc25da3a812db7.tar.gz |
skiprd
Originally committed as revision 7365 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 4c57c54b32..ed02759ae1 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -324,6 +324,7 @@ typedef struct MpegEncContext { int dropable; int frame_rate_index; int last_lambda_for[5]; ///< last lambda for a specific pict type + int skipdct; ///< skip dct and code zero residual /* motion compensation */ int unrestricted_mv; ///< mv can point outside of the coded picture |