diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-11-03 18:06:54 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-11-03 18:06:54 +0000 |
commit | 3d0ef6dd52b7db3375249978113847d5dea361a7 (patch) | |
tree | e30f7eaaaaa789048968f9219b3a8b4320ba2b7d /libavcodec/mpegaudio.c | |
parent | ea05d9c9c71f916b4dd3c62386286d1da09e0ad6 (diff) | |
download | ffmpeg-3d0ef6dd52b7db3375249978113847d5dea361a7.tar.gz |
av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Originally committed as revision 2474 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegaudio.c')
-rw-r--r-- | libavcodec/mpegaudio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |