[SCM] libav/experimental: print 'not working' message
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 15:44:33 UTC 2013
The following commit has been merged in the experimental branch:
commit 0ede2c556aa49cae7572c6bee38aa2adbd254d61
Author: Alex Beregszaszi <alex at rtfs.hu>
Date: Sat Jul 2 19:28:32 2005 +0000
print 'not working' message
Originally committed as revision 4416 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/vc9.c b/libavcodec/vc9.c
index f4d00d5..26ff7bb 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)
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list