changeset 2780:3144a4fc383b libavcodec

print 'not working' message
author alex
date Sat, 02 Jul 2005 19:28:32 +0000
parents e65877799a09
children 899a2ea0907c
files vc9.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vc9.c	Sat Jul 02 19:10:30 2005 +0000
+++ b/vc9.c	Sat Jul 02 19:28:32 2005 +0000
@@ -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)