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.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavcodec/vc1.c') diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index 7d09234f9b..d6586bfaeb 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -854,9 +854,6 @@ int ff_vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb) if (fcm) { if (fcm == ILACE_FIELD) field_mode = 1; - if (!v->warn_interlaced++) - av_log(v->s.avctx, AV_LOG_ERROR, - "Interlaced frames/fields support is incomplete\n"); } } else { fcm = PROGRESSIVE; -- cgit v1.2.3