$OpenBSD: patch-modules_codec_faad_c,v 1.3 2007/06/05 01:53:04 jolan Exp $
--- modules/codec/faad.c.orig	Tue Apr 17 17:45:11 2007
+++ modules/codec/faad.c	Fri May 11 23:50:40 2007
@@ -315,6 +315,9 @@ static aout_buffer_t *DecodeBlock( decoder_t *p_dec, b
         p_dec->fmt_out.audio.i_rate = frame.samplerate;
         p_dec->fmt_out.audio.i_channels = frame.channels;
 
+#if 0
+XXX: faad needs to be updated to 2.5?
+
         /* Adjust stream info when dealing with SBR/PS */
         if( (p_sys->b_sbr != frame.sbr || p_sys->b_ps != frame.ps) &&
             p_dec->p_parent->i_object_type == VLC_OBJECT_INPUT )
@@ -336,6 +339,7 @@ static aout_buffer_t *DecodeBlock( decoder_t *p_dec, b
           free( psz_cat );
           p_sys->b_sbr = frame.sbr; p_sys->b_ps = frame.ps;
         }
+#endif
 
         /* Convert frame.channel_position to our own channel values */
         p_dec->fmt_out.audio.i_physical_channels = 0;
