[xiph-commits] r11364 - trunk/theora/lib
giles at svn.xiph.org
giles at svn.xiph.org
Sun May 7 12:27:48 PDT 2006
Author: giles
Date: 2006-05-07 12:27:47 -0700 (Sun, 07 May 2006)
New Revision: 11364
Modified:
trunk/theora/lib/dct_decode.c
Log:
Remove an unused variable.
Modified: trunk/theora/lib/dct_decode.c
===================================================================
--- trunk/theora/lib/dct_decode.c 2006-05-07 17:59:51 UTC (rev 11363)
+++ trunk/theora/lib/dct_decode.c 2006-05-07 19:27:47 UTC (rev 11364)
@@ -678,7 +678,7 @@
}
void ClearDownQFragData(PB_INSTANCE *pbi){
- ogg_int32_t i,j;
+ ogg_int32_t i;
Q_LIST_ENTRY * QFragPtr;
for ( i = 0; i < pbi->CodedBlockIndex; i++ ) {
More information about the commits
mailing list