From bc874daea8273e2471f5a6f914cdc9cf97371a1c Mon Sep 17 00:00:00 2001 From: Michel Bardiaux Date: Wed, 3 Mar 2004 15:41:21 +0000 Subject: av_log() patch by (Michel Bardiaux ) Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/westwood.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/westwood.c') diff --git a/libavformat/westwood.c b/libavformat/westwood.c index 55dd61bfb9..af0777f644 100644 --- a/libavformat/westwood.c +++ b/libavformat/westwood.c @@ -309,7 +309,7 @@ static int wsvqa_read_header(AVFormatContext *s, break; default: - printf (" note: unknown chunk seen (%c%c%c%c)\n", + av_log (s, AV_LOG_ERROR, " note: unknown chunk seen (%c%c%c%c)\n", scratch[0], scratch[1], scratch[2], scratch[3]); break; -- cgit v1.2.3