Commit f4db10d6 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4062 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 974fd372
...@@ -450,7 +450,7 @@ static int amr_nb_encode_frame(AVCodecContext *avctx, ...@@ -450,7 +450,7 @@ static int amr_nb_encode_frame(AVCodecContext *avctx,
data, data,
frame, frame,
0); 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; 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