Hi,

On Tue, Apr 12, 2011 at 5:58 PM, Martin Storsjö <mar...@martin.st> wrote:
> ---
>  libavcodec/libopencore-amr.c |   15 ---------------
>  1 files changed, 0 insertions(+), 15 deletions(-)
[..]
> diff --git a/libavcodec/libopencore-amr.c b/libavcodec/libopencore-amr.c
[..]
> -    /* av_log(NULL, AV_LOG_DEBUG, "amr_decode_frame buf=%p buf_size=%d 
> frameCount=%d!!\n",
> -              buf, buf_size, s->frameCount); */
[..]
> -    /* av_log(NULL, AV_LOG_DEBUG, "packet_size=%d amrData= 0x%X %X %X %X\n",
> -              packet_size, amrData[0], amrData[1], amrData[2], amrData[3]); 
> */
[..]
> -    /* av_log(NULL, AV_LOG_DEBUG, "amr_nb_encode_frame encoded %u bytes, 
> bitrate %u, first byte was %#02x\n",

How about using av_dlog() for the useful messages?

Ronald
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to