diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-11-29 22:35:52 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-11-29 22:35:52 +0100 |
commit | ad13b8ca9bf5a5cad9cbd4bb36dcd3134d2a2019 (patch) | |
tree | 43a9d022b3843dd8e4762b9ec777800f7cfcad8d /libavcodec/mpegvideo.h | |
parent | be0b869b04c049ea00fd178bb4c4fe4b767ed31d (diff) | |
parent | ee8af2dd99dcb7a01a667deedec81d1aa2a00d72 (diff) | |
download | ffmpeg-ad13b8ca9bf5a5cad9cbd4bb36dcd3134d2a2019.tar.gz |
Merge commit 'ee8af2dd99dcb7a01a667deedec81d1aa2a00d72'
* commit 'ee8af2dd99dcb7a01a667deedec81d1aa2a00d72':
mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
Conflicts:
libavcodec/h263dec.c
libavcodec/mpeg4videodec.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index cd16b16f2a..3b7c086834 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -594,7 +594,6 @@ typedef struct MpegEncContext { uint16_t pb_time; ///< time distance between the last b and p,s,i frame uint16_t pp_field_time; uint16_t pb_field_time; ///< like above, just for interlaced - int shape; int vol_sprite_usage; int sprite_width; int sprite_height; |