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/mpeg4video.h
parent6e81597d5a89f64dfab5c7e99e46b4355139e324 (diff)
mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContext
Diffstat (limited to 'libavcodec/mpeg4video.h')
-rw-r--r--libavcodec/mpeg4video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h
index 6337a08208..5a1906f770 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -75,6 +75,7 @@ typedef struct Mpeg4DecContext {
int new_pred;
int enhancement_type;
+ int scalability;
/* bug workarounds */
int divx_version;