diff mpegaudio.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 79dddc5cd990
children fdb8244da1e5
line wrap: on
line diff
--- a/mpegaudio.c	Sun Nov 02 23:19:47 2003 +0000
+++ b/mpegaudio.c	Mon Nov 03 13:26:22 2003 +0000
@@ -117,7 +117,7 @@
     s->alloc_table = alloc_tables[table];
 
 #ifdef DEBUG
-    printf("%d kb/s, %d Hz, frame_size=%d bits, table=%d, padincr=%x\n", 
+    av_log(AV_LOG_DEBUG, "%d kb/s, %d Hz, frame_size=%d bits, table=%d, padincr=%x\n", 
            bitrate, freq, s->frame_size, table, s->frame_frac_incr);
 #endif