]> git.sesse.net Git - ffmpeg/commitdiff
04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp)
authorCalcium <calcium@nurs.or.jp>
Tue, 22 Mar 2005 18:28:15 +0000 (18:28 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 22 Mar 2005 18:28:15 +0000 (18:28 +0000)
Originally committed as revision 4062 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/amr.c

index 34e56fee9d7080749b5effe66b58ce5b20722e9a..8b48ff0061dabbcf4aa436eafdda913cfcfb5b48 100644 (file)
@@ -450,7 +450,7 @@ static int amr_nb_encode_frame(AVCodecContext *avctx,
         data, 
         frame, 
         0);
-    av_log(NULL,AV_LOG_DEBUG,"amr_nb_encode_frame encoded %u bytes, bitrate %u, first byte was %#02x\n",written, s->enc_bitrate, frame[0] );
+    /* av_log(NULL,AV_LOG_DEBUG,"amr_nb_encode_frame encoded %u bytes, bitrate %u, first byte was %#02x\n",written, s->enc_bitrate, frame[0] ); */
 
     return written;
 }