Mercurial > libavcodec.hg
diff amr.c @ 2571:b17d868a8f39 libavcodec
04_AMR_no_debug_output.patch by (Calcium | calcium nurs or jp)
| author | michael |
|---|---|
| date | Tue, 22 Mar 2005 18:28:15 +0000 |
| parents | 679642dc54cf |
| children | 8fe1dc88294a |
line wrap: on
line diff
--- a/amr.c Sat Mar 19 13:10:09 2005 +0000 +++ b/amr.c Tue Mar 22 18:28:15 2005 +0000 @@ -450,7 +450,7 @@ 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; }
