diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-26 14:34:52 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-29 17:36:28 +0100 |
commit | 58c120a9290eef057dbf26761a4f89b7f67bbde1 (patch) | |
tree | a8e44da48299a597c2a54e8474831d5aaee8c4a8 /libavcodec/mpegvideo.h | |
parent | 6e81597d5a89f64dfab5c7e99e46b4355139e324 (diff) | |
download | ffmpeg-58c120a9290eef057dbf26761a4f89b7f67bbde1.tar.gz |
mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContext
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 55e61da520..69352f9831 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -589,7 +589,6 @@ typedef struct MpegEncContext { int mcsel; int quant_precision; int quarter_sample; ///< 1->qpel, 0->half pel ME/MC - int scalability; int aspect_ratio_info; //FIXME remove int sprite_warping_accuracy; int data_partitioning; ///< data partitioning flag from header |