diff options
author | Google Chrome <> | 2009-09-23 10:33:49 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-09-23 10:33:49 +0000 |
commit | 08c8742cdb377459f175b963001ae72fdcec4006 (patch) | |
tree | 26314a05554f8020d62f5c34b660cf2be71fc17d /libavcodec/vorbis_dec.c | |
parent | 6044538b3736df47e5e8e8fda96b04338750a782 (diff) | |
download | ffmpeg-08c8742cdb377459f175b963001ae72fdcec4006.tar.gz |
= -> == typo.
27_vorbis_residue_loop_error.patch by chrome
Originally committed as revision 19982 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vorbis_dec.c')
-rw-r--r-- | libavcodec/vorbis_dec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vorbis_dec.c b/libavcodec/vorbis_dec.c index 25cfb31c86..532a060e7c 100644 --- a/libavcodec/vorbis_dec.c +++ b/libavcodec/vorbis_dec.c @@ -1484,7 +1484,7 @@ static int vorbis_parse_audio_packet(vorbis_context *vc) { uint_fast8_t ch=0; for(j=0;j<vc->audio_channels;++j) { - if ((mapping->submaps==1) || (i=mapping->mux[j])) { + if ((mapping->submaps==1) || (i==mapping->mux[j])) { res_chan[j]=res_num; if (no_residue[j]) { do_not_decode[ch]=1; |