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 17:34:52 +0400
committerAnton Khirnov <anton@khirnov.net>2013-11-29 20:36:28 +0400
commit58c120a9290eef057dbf26761a4f89b7f67bbde1 (patch)
treea8e44da48299a597c2a54e8474831d5aaee8c4a8 /libavcodec/mpegvideo.h
parent6e81597d5a89f64dfab5c7e99e46b4355139e324 (diff)
mpeg4videodec: move scalability 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 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