Mercurial > libavcodec.hg
changeset 10237:2355ca5dc57c libavcodec
= -> == typo.
27_vorbis_residue_loop_error.patch by chrome
author | michael |
---|---|
date | Wed, 23 Sep 2009 10:33:49 +0000 |
parents | 0e9a50fbed9f |
children | b18b8aadb87a |
files | vorbis_dec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;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;