04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp)
Originally committed as revision 4062 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b6e16b8653
commit
1ba02582a5
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user