[MPlayer-dev-eng] [patch] libmpcodecs/ad_ffmpeg.c: aac/sbr warning too nosiy (+fix for typo)
Reimar Döffinger
Reimar.Doeffinger at gmx.de
Sat Oct 9 19:53:16 CEST 2010
On Sat, Oct 09, 2010 at 09:29:35PM +0400, Yuriy Kaminskiy wrote:
> > @@ -83,6 +83,9 @@
> > sh_audio->samplerate=samplerate;
> > sh_audio->sample_format = sample_format;
> > sh_audio->samplesize=af_fmt2bits(sh_audio->sample_format)/ 8;
> > + if (broken_srate)
> > + mp_msg(MSGT_DECAUDIO, MSGL_WARN,
> > + "Ignoring broken container sample rate for ACC with SBR\n");
> still, s/ACC/AAC/ :-)
I already fixed that some hours ago (though after sending the patch).
Should be fixed in SVN now.
More information about the MPlayer-dev-eng
mailing list