From 728214992e3698305550c1762f973d2ac567f016 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Fri, 26 Apr 2013 03:44:05 +0200 Subject: vc1dec: Remove interlaced warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also add a note about the feature in the changelog. Signed-off-by: Martin Storsjö --- libavcodec/vc1.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/vc1.h') 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 -- cgit v1.2.3