summaryrefslogtreecommitdiff
path: root/libavcodec/huffyuv.c
diff options
context:
space:
mode:
authorSteve L'Homme <slhomme@divxcorp.com>2006-03-08 11:43:10 +0000
committerDiego Biurrun <diego@biurrun.de>2006-03-08 11:43:10 +0000
commit267f7edcd1f1f31595610b4de29a8c4d3e7929c5 (patch)
treed1edfb074219890a54453b0070072867988054cc /libavcodec/huffyuv.c
parent6f3dda9328568b38e81580d6cdf6f4ffdbbe07df (diff)
(f)printf --> av_log conversion
taken from a patch by Steve L'Homme Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/huffyuv.c')
-rw-r--r--libavcodec/huffyuv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/huffyuv.c b/libavcodec/huffyuv.c
index dc9e123ff4..dd5e8bee68 100644
--- a/libavcodec/huffyuv.c
+++ b/libavcodec/huffyuv.c
@@ -343,7 +343,7 @@ static int read_old_huffman_tables(HYuvContext *s){
return 0;
#else
- fprintf(stderr, "v1 huffyuv is not supported \n");
+ av_log(s->avctx, AV_LOG_DEBUG, "v1 huffyuv is not supported \n");
return -1;
#endif
}