# HG changeset patch # User michael # Date 1253702029 0 # Node ID 2355ca5dc57c5a65cebbe684137e45c49d025d5f # Parent 0e9a50fbed9fa3b53acb2b6d1cc0918fe83539d2 = -> == typo. 27_vorbis_residue_loop_error.patch by chrome diff -r 0e9a50fbed9f -r 2355ca5dc57c vorbis_dec.c --- a/vorbis_dec.c Wed Sep 23 10:33:13 2009 +0000 +++ b/vorbis_dec.c Wed Sep 23 10:33:49 2009 +0000 @@ -1484,7 +1484,7 @@ uint_fast8_t ch=0; for(j=0;jaudio_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;