[vlc-devel] commit: Compilation fix (mpgatofixed32). (Laurent Aimar )
git version control
git at videolan.org
Wed Sep 23 20:08:08 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Wed Sep 23 19:58:14 2009 +0200| [79d0174a89fd38754cd3aeae51adeefb5215c64c] | committer: Laurent Aimar
Compilation fix (mpgatofixed32).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=79d0174a89fd38754cd3aeae51adeefb5215c64c
---
modules/audio_filter/converter/mpgatofixed32.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/audio_filter/converter/mpgatofixed32.c b/modules/audio_filter/converter/mpgatofixed32.c
index 8b55bcc..6de7d3e 100644
--- a/modules/audio_filter/converter/mpgatofixed32.c
+++ b/modules/audio_filter/converter/mpgatofixed32.c
@@ -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;
}
More information about the vlc-devel
mailing list