]> git.sesse.net Git - ffmpeg/commitdiff
= -> == typo.
authorGoogle Chrome <>
Wed, 23 Sep 2009 10:33:49 +0000 (10:33 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 23 Sep 2009 10:33:49 +0000 (10:33 +0000)
27_vorbis_residue_loop_error.patch by chrome

Originally committed as revision 19982 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/vorbis_dec.c

index 25cfb31c869430ce27a565c789b860943574d151..532a060e7ce934b225f4b1030d1a6810ca1fec77 100644 (file)
@@ -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;