Commit 1ba02582 authored by Calcium's avatar Calcium Committed by Michael Niedermayer

04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp)

Originally committed as revision 4062 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b6e16b86
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment