[FFmpeg-devel] [PATCH] lavf/flvenc: convert commented debug log to an av_dlog call
Stefano Sabatini
stefasab at gmail.com
Tue Sep 11 19:04:41 CEST 2012
On date Tuesday 2012-09-11 10:25:22 -0400, Derek Buitenhuis encoded:
> 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?
Don't know, found it useful when debugging, decommented, fixed it,
pushed.
--
FFmpeg = Freak Furious Mastering Powerful Ermetic Ghost
More information about the ffmpeg-devel
mailing list