[FFmpeg-devel] [PATCH 09/10] asfdec: remove some commented-out debugging garbage

Ronald S. Bultje rsbultje
Wed Feb 9 19:38:25 CET 2011


Hi,

On Wed, Feb 9, 2011 at 12:44 PM, Reimar D?ffinger
<Reimar.Doeffinger at gmx.de> wrote:
> On Tue, Feb 08, 2011 at 09:46:54PM +0100, Anton Khirnov wrote:
>> @@ -701,8 +692,6 @@ static int asf_read_header(AVFormatContext *s, AVFormatParameters *ap)
>> ? ? ? ? ? ? ? ? ? ? ? ? ? ?&st->sample_aspect_ratio.den,
>> ? ? ? ? ? ? ? ? ? ? ? ? ? ?asf->dar[0].num, asf->dar[0].den, INT_MAX);
>>
>> -//av_log(s, AV_LOG_INFO, "i=%d, st->codec->codec_type:%d, dar %d:%d sar=%d:%d\n", i, st->codec->codec_type, dar[i].num, dar[i].den, st->sample_aspect_ratio.num, st->sample_aspect_ratio.den);
>> -
>> ? ? ? ? ? ? ?// copy and convert language codes to the frontend
>> ? ? ? ? ? ? ?if (asf->streams[i].stream_language_index < 128) {
>> ? ? ? ? ? ? ? ? ?const char *rfc1766 = asf->stream_languages[asf->streams[i].stream_language_index];
>
> Some could probably easily and with little effort be converted
> to av_dlog, but I don't really mind.

I was actually thinking the same thing, av_dlog() would be great.

Ronald



More information about the ffmpeg-devel mailing list