From 9e553f7acc2f378389a37af214ba5f1a4d99365f Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Sat, 10 Oct 2009 07:35:31 +0000 Subject: Print error message when true interlaced VC-1 frames are encountered to inform user why decoder produces no output. Originally committed as revision 20196 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/vc1.h') diff --git a/libavcodec/vc1.h b/libavcodec/vc1.h index e90feb2984..d5f0e05465 100644 --- a/libavcodec/vc1.h +++ b/libavcodec/vc1.h @@ -312,6 +312,8 @@ typedef struct VC1Context{ uint8_t closed_entry; ///< Closed entry point flag (CLOSED_ENTRY syntax element) int parse_only; ///< Context is used within parser + + int warn_interlaced; } VC1Context; /** Find VC-1 marker in buffer -- cgit v1.2.3