[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec vc9.c,1.22,1.23

Alex Beregszaszi alex
Sat Jul 2 21:28:34 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv5900

Modified Files:
	vc9.c 
Log Message:
print 'not working' message

Index: vc9.c
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/vc9.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- vc9.c	16 May 2005 23:11:38 -0000	1.22
+++ vc9.c	2 Jul 2005 19:28:32 -0000	1.23
@@ -2355,6 +2355,8 @@
         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)





More information about the ffmpeg-cvslog mailing list