summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis_dec.c
diff options
context:
space:
mode:
authorGoogle Chrome <>2009-09-23 10:33:49 +0000
committerMichael Niedermayer <michaelni@gmx.at>2009-09-23 10:33:49 +0000
commit08c8742cdb377459f175b963001ae72fdcec4006 (patch)
tree26314a05554f8020d62f5c34b660cf2be71fc17d /libavcodec/vorbis_dec.c
parent6044538b3736df47e5e8e8fda96b04338750a782 (diff)
= -> == 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.c2
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;