[xiph-commits] r16550 - trunk/theora/lib

tterribe at svn.xiph.org tterribe at svn.xiph.org
Sat Sep 5 12:30:33 PDT 2009


Author: tterribe
Date: 2009-09-05 12:30:33 -0700 (Sat, 05 Sep 2009)
New Revision: 16550

Modified:
   trunk/theora/lib/decode.c
Log:
Remove some redundant stores from oc_filter_vedge().
Thanks to Robin Watts for the report.


Modified: trunk/theora/lib/decode.c
===================================================================
--- trunk/theora/lib/decode.c	2009-09-02 19:53:03 UTC (rev 16549)
+++ trunk/theora/lib/decode.c	2009-09-05 19:30:33 UTC (rev 16550)
@@ -1685,7 +1685,6 @@
       *rdst++=(unsigned char)(r[4]+r[5]+r[6]+r[7]*2+r[8]+r[9]*2+4>>3);
       *rdst=(unsigned char)(r[5]+r[6]+r[7]+r[8]*2+r[9]*3+4>>3);
     }
-    else for(bx=1;bx<=8;bx++)*rdst++=(unsigned char)r[bx];
     cdst+=_dst_ystride;
   }
 }



More information about the commits mailing list