From 0ede2c556aa49cae7572c6bee38aa2adbd254d61 Mon Sep 17 00:00:00 2001
From: Alex Beregszaszi <alex@rtfs.hu>
Date: Sat, 2 Jul 2005 19:28:32 +0000
Subject: [PATCH] print 'not working' message

Originally committed as revision 4416 to svn://svn.ffmpeg.org/ffmpeg/trunk
---
 libavcodec/vc9.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/vc9.c b/libavcodec/vc9.c
index f4d00d58fd7..26ff7bb3c81 100644
--- a/libavcodec/vc9.c
+++ b/libavcodec/vc9.c
@@ -2355,6 +2355,8 @@ static int vc9_decode_init(AVCodecContext *avctx)
         return -1;
     if (vc9_init_common(v) < 0) return -1;
 
+    av_log(avctx, AV_LOG_INFO, "This decoder is not supposed to produce picture. Dont report this as a bug!\n");
+
     avctx->coded_width = avctx->width;
     avctx->coded_height = avctx->height;
     if (avctx->codec_id == CODEC_ID_WMV3)
-- 
GitLab