summaryrefslogtreecommitdiff
path: root/libavcodec
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2005-07-02 19:28:32 +0000
committerAlex Beregszaszi <alex@rtfs.hu>2005-07-02 19:28:32 +0000
commit0ede2c556aa49cae7572c6bee38aa2adbd254d61 (patch)
treea700e8935ffd843dfcee6e9ba698b47e95993d0e /libavcodec
parentaf4ca324de6e908a519a0bbf7e333f925883debe (diff)
print 'not working' message
Originally committed as revision 4416 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/vc9.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/vc9.c b/libavcodec/vc9.c
index f4d00d58fd..26ff7bb3c8 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)