Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-26 14:23:16 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-29 17:19:47 +0400
commitee8af2dd99dcb7a01a667deedec81d1aa2a00d72 (patch)
treefd94e38b01629f219d21ed88f9c19bdf6225139a /libavcodec/mpegvideo.h
parent35e0833d410e31d9fd35695ad798c5d13de2af58 (diff)
mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 1492d9fddc..518002df66 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -578,7 +578,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;