[MPlayer-cvslog] r23937 - trunk/libmpcodecs/ad_ffmpeg.c

Uoti Urpala uoti.urpala at pp1.inet.fi
Wed Aug 1 23:34:52 CEST 2007


On Mon, 2007-07-30 at 17:19 +0200, reimar wrote:
> Indicate desired number of output channels to ffmpeg audio decoder.

> +   // Set desired number of channels
> +   lavc_context->channels = audio_output_channels;

This breaks at least ffvorbis which doesn't reset the number of channels
during each decode call (only sets it during init). I'm not sure what
the API is supposed to be - is this a bug in ffvorbis?




More information about the MPlayer-cvslog mailing list