diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-04-26 03:44:05 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-05-28 13:56:29 +0300 |
commit | 728214992e3698305550c1762f973d2ac567f016 (patch) | |
tree | 410e351e271f8159233ef2bced10da4732fd0c55 /libavcodec/vc1.h | |
parent | d8b9dbe7768c958dc40d65450f6cc5740f1b46a7 (diff) | |
download | ffmpeg-728214992e3698305550c1762f973d2ac567f016.tar.gz |
vc1dec: Remove interlaced warning
Also add a note about the feature in the changelog.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavcodec/vc1.h')
-rw-r--r-- | libavcodec/vc1.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index 8439203f88..0ece45a290 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -401,8 +401,6 @@ typedef struct VC1Context{ int end_mb_x; ///< Horizontal macroblock limit (used only by mss2) int parse_only; ///< Context is used within parser - - int warn_interlaced; } VC1Context; /** Find VC-1 marker in buffer |