[FFmpeg-devel] [PATCH 09/10] asfdec: remove some commented-out debugging garbage
Reimar Döffinger
Reimar.Doeffinger
Wed Feb 9 18:44:48 CET 2011
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.
More information about the ffmpeg-devel
mailing list