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/mpeg4video.h | |
parent | 6e81597d5a89f64dfab5c7e99e46b4355139e324 (diff) | |
download | ffmpeg-58c120a9290eef057dbf26761a4f89b7f67bbde1.tar.gz |
mpeg4videodec: move scalability from MpegEncContext to Mpeg4DecContext
Diffstat (limited to 'libavcodec/mpeg4video.h')
-rw-r--r-- | libavcodec/mpeg4video.h | 1 |
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; |