[vlc-devel] Re: [0.8.6-bugfix] AAC SBR transcode fix
Christophe Mutricy
xtophe at nxtelevision.com
Thu Jan 18 10:41:02 CET 2007
Hello,
General remarks:
Patches should be against trunk
Patches should have a description of what bug, error messges, warning it
fixes or of what features it implements (unless if completly trivial)
quote trac ticket number if relevant
> --- modules/stream_out/transcode.c~ 2006-09-22 05:29:10.000000000 +1000
> +++ modules/stream_out/transcode.c 2007-01-15 14:04:33.000000000 +1100
> @@ -1255,7 +1255,7 @@
> audio_BitsPerSample( id->p_decoder->fmt_out.i_codec );
> fmt_last = id->p_decoder->fmt_out;
> /* FIX decoders so we don't have to do this */
> - fmt_last.audio.i_rate = id->p_decoder->fmt_in.audio.i_rate;
> +// fmt_last.audio.i_rate = id->p_decoder->fmt_in.audio.i_rate;
Are all the decoders fixed ? have you tested with other input codec ?
--
Xtophe
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list