[FFmpeg-devel] [PATCH] lavf/flvenc: convert commented debug log to an av_dlog call

Derek Buitenhuis derek.buitenhuis at gmail.com
Tue Sep 11 16:25:22 CEST 2012


On 11/09/2012 5:53 AM, Stefano Sabatini wrote:
> -    // av_log(s, AV_LOG_DEBUG, "type:%d pts: %"PRId64" size:%d\n",
> -    //        enc->codec_type, timestamp, size);
> +    av_dlog(s, "type:%s pts:%"PRId64" dts:%"PRId64" size:%d\n",
> +            av_get_media_type_string(enc->codec_type), pkt->pts, pkt->dts, size);

Seems OK, but why was this commented out anyway?

- Derek


More information about the ffmpeg-devel mailing list