diff mpegaudio.c @ 1602:fdb8244da1e5 libavcodec

av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
author michael
date Mon, 03 Nov 2003 18:06:54 +0000
parents 932d306bf1dc
children 6f44ab5ad03c
line wrap: on
line diff
--- a/mpegaudio.c	Mon Nov 03 17:42:50 2003 +0000
+++ b/mpegaudio.c	Mon Nov 03 18:06:54 2003 +0000
@@ -117,7 +117,7 @@
     s->alloc_table = alloc_tables[table];
 
 #ifdef DEBUG
-    av_log(AV_LOG_DEBUG, "%d kb/s, %d Hz, frame_size=%d bits, table=%d, padincr=%x\n", 
+    av_log(avctx, 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