aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-26 14:34:52 +0100
committerAnton Khirnov <anton@khirnov.net>2013-11-29 17:36:43 +0100
commit9ba3fc3e3d12c9ef00dcb0222b7ea0ccb5c4a091 (patch)
tree62e38c2d138b9ca6e8c685e08084be42c3b1ef63 /libavcodec/mpegvideo.h
parent58c120a9290eef057dbf26761a4f89b7f67bbde1 (diff)
downloadffmpeg-9ba3fc3e3d12c9ef00dcb0222b7ea0ccb5c4a091.tar.gz
mpeg4videodec: move sprite_brightness_change from MpegEncContext 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 69352f9831..9c245c8923 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -579,7 +579,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 sprite_brightness_change;
int num_sprite_warping_points;
int real_sprite_warping_points;
uint16_t sprite_traj[4][2]; ///< sprite trajectory points