aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-29 23:20:19 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-29 23:20:35 +0100
commitcdc21e4abe2a0e9394638bb09086ac2068f0683b (patch)
tree1eb374ecc67b52b7c34fe15ecb959c369b74d673 /libavcodec/mpegvideo.h
parent36068709b3ddc7a0e753039a9e0cab884fc6fb8d (diff)
parent9f0617d2137bb7231b181d74392cd84ef4844cd7 (diff)
downloadffmpeg-cdc21e4abe2a0e9394638bb09086ac2068f0683b.tar.gz
Merge commit '9f0617d2137bb7231b181d74392cd84ef4844cd7'
* commit '9f0617d2137bb7231b181d74392cd84ef4844cd7': mpeg4videodec: remove write-only sprite variables from MpegEncContext Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index f2b5e7a0dd..a95bc2a6a1 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -595,10 +595,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_width;
- int sprite_height;
- int sprite_left;
- int sprite_top;
int sprite_brightness_change;
int num_sprite_warping_points;
int real_sprite_warping_points;