[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdemultimedia/mpeglib/lib/splay
From:       Stanislav Karchebny <berk () upnet ! ru>
Date:       2004-05-16 4:35:09
Message-ID: 20040516043509.DDDFF1701 () office ! kde ! org
[Download RAW message or body]

CVS commit by karchebny: 

* Fix that nasty misoptimization bug.

* Would anyone mind if I clean up these Augean stables, or is it better to just drop \
mpeglib altogether? .)

CCMAIL: 80497-done@bugs.kde.org


  M +2 -2      mpeglayer3.cpp   1.6


--- kdemultimedia/mpeglib/lib/splay/mpeglayer3.cpp  #1.5:1.6
@@ -907,6 +907,6 @@ void Mpegtoraw::layer3dequantizesample(i
 
         do{
-          out[0][index]=factor*TO_FOUR_THIRDS[in[0][index++]];
-          out[0][index]=factor*TO_FOUR_THIRDS[in[0][index++]];
+          out[0][index]=factor*TO_FOUR_THIRDS[in[0][index]];index++;
+          out[0][index]=factor*TO_FOUR_THIRDS[in[0][index]];index++;
         }while(--count);
       }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic