From 3d0ef6dd52b7db3375249978113847d5dea361a7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 3 Nov 2003 18:06:54 +0000 Subject: av_log patch(2 of ?) by (Michel Bardiaux ) Originally committed as revision 2474 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegaudio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/mpegaudio.c') diff --git a/libavcodec/mpegaudio.c b/libavcodec/mpegaudio.c index f1bb551ace..fe79baa1d2 100644 --- a/libavcodec/mpegaudio.c +++ b/libavcodec/mpegaudio.c @@ -117,7 +117,7 @@ static int MPA_encode_init(AVCodecContext *avctx) 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 -- cgit v1.2.3