[SCM] libav/experimental: = -> == typo. 27_vorbis_residue_loop_error.patch by chrome

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:51:43 UTC 2013


The following commit has been merged in the experimental branch:
commit 08c8742cdb377459f175b963001ae72fdcec4006
Author: Google Chrome <>
Date:   Wed Sep 23 10:33:49 2009 +0000

    = -> == typo.
    27_vorbis_residue_loop_error.patch by chrome
    
    Originally committed as revision 19982 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/vorbis_dec.c b/libavcodec/vorbis_dec.c
index 25cfb31..532a060 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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list