comparison vorbis_dec.c @ 10237:2355ca5dc57c libavcodec

= -> == typo. 27_vorbis_residue_loop_error.patch by chrome
author michael
date Wed, 23 Sep 2009 10:33:49 +0000
parents 1792a26c0bbb
children b18b8aadb87a
comparison
equal deleted inserted replaced
10236:0e9a50fbed9f 10237:2355ca5dc57c
1482 for(i=0;i<mapping->submaps;++i) { 1482 for(i=0;i<mapping->submaps;++i) {
1483 vorbis_residue *residue; 1483 vorbis_residue *residue;
1484 uint_fast8_t ch=0; 1484 uint_fast8_t ch=0;
1485 1485
1486 for(j=0;j<vc->audio_channels;++j) { 1486 for(j=0;j<vc->audio_channels;++j) {
1487 if ((mapping->submaps==1) || (i=mapping->mux[j])) { 1487 if ((mapping->submaps==1) || (i==mapping->mux[j])) {
1488 res_chan[j]=res_num; 1488 res_chan[j]=res_num;
1489 if (no_residue[j]) { 1489 if (no_residue[j]) {
1490 do_not_decode[ch]=1; 1490 do_not_decode[ch]=1;
1491 } else { 1491 } else {
1492 do_not_decode[ch]=0; 1492 do_not_decode[ch]=0;