diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-08-24 18:44:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-08-24 18:59:58 +0200 |
commit | 7495186fd49f6c9e701e387c2669e3f39b8900ab (patch) | |
tree | 41333941d0b3cfc01c50538753156f532292a9cf /libavcodec/mpegvideo.h | |
parent | 6067186f3a76691bc2c825c40312dc12a7483c0e (diff) | |
download | ffmpeg-7495186fd49f6c9e701e387c2669e3f39b8900ab.tar.gz |
avcodec/h263dec: fix aspect of lead h263 EHC
Fixes part of ticket925
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 9614e99c33..23f0164f2c 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -545,6 +545,7 @@ typedef struct MpegEncContext { int prev_mb_info, last_mb_info; uint8_t *mb_info_ptr; int mb_info_size; + int ehc_mode; /* H.263+ specific */ int umvplus; ///< == H263+ && unrestricted_mv |