]> git.sesse.net Git - vlc/commitdiff
Compilation fix (mpgatofixed32).
authorLaurent Aimar <fenrir@videolan.org>
Wed, 23 Sep 2009 17:58:14 +0000 (19:58 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 23 Sep 2009 17:58:14 +0000 (19:58 +0200)
modules/audio_filter/converter/mpgatofixed32.c

index 8b55bccc5d1990347a12baa32dd8b47448f18cd1..6de7d3e4ea7f40752337b0f9ba300fdb6745f05f 100644 (file)
@@ -141,7 +141,7 @@ static void DoWork( aout_instance_t * p_aout, aout_filter_t * p_filter,
                   mad_stream_errorstr( &p_sys->mad_stream ) );
         p_sys->i_reject_count = 3;
     }
-    else if( p_in_buf->i_flags & BLOCK_FLAG_DISCONUITY )
+    else if( p_in_buf->i_flags & BLOCK_FLAG_DISCONTINUITY )
     {
         p_sys->i_reject_count = 3;
     }