[FFmpeg-cvslog] r19982 - trunk/libavcodec/vorbis_dec.c
michael
subversion
Wed Sep 23 12:33:49 CEST 2009
Author: michael
Date: Wed Sep 23 12:33:49 2009
New Revision: 19982
Log:
= -> == typo.
27_vorbis_residue_loop_error.patch by chrome
Modified:
trunk/libavcodec/vorbis_dec.c
Modified: trunk/libavcodec/vorbis_dec.c
==============================================================================
--- trunk/libavcodec/vorbis_dec.c Wed Sep 23 12:33:13 2009 (r19981)
+++ trunk/libavcodec/vorbis_dec.c Wed Sep 23 12:33:49 2009 (r19982)
@@ -1484,7 +1484,7 @@ static int vorbis_parse_audio_packet(vor
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;
More information about the ffmpeg-cvslog
mailing list