diff svq1.c @ 1598:932d306bf1dc libavcodec

av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
author michael
date Mon, 03 Nov 2003 13:26:22 +0000
parents f0d3fdee007e
children 033eeef90b2b
line wrap: on
line diff
--- a/svq1.c	Sun Nov 02 23:19:47 2003 +0000
+++ b/svq1.c	Mon Nov 03 13:26:22 2003 +0000
@@ -613,7 +613,7 @@
 
       svq1_parse_string (bitbuf, (char *) msg);
 
-      printf ("embedded message: \"%s\"\n", (char *) msg);
+      av_log(s->avctx, AV_LOG_INFO, "embedded message: \"%s\"\n", (char *) msg);
     }
 
     skip_bits (bitbuf, 2);