[xiph-commits] r13934 - trunk/theora/lib/enc

giles at svn.xiph.org giles at svn.xiph.org
Thu Oct 4 11:41:18 PDT 2007


Author: giles
Date: 2007-10-04 11:41:18 -0700 (Thu, 04 Oct 2007)
New Revision: 13934

Modified:
   trunk/theora/lib/enc/encoder_toplevel.c
Log:
Cosmetic.


Modified: trunk/theora/lib/enc/encoder_toplevel.c
===================================================================
--- trunk/theora/lib/enc/encoder_toplevel.c	2007-10-04 16:48:38 UTC (rev 13933)
+++ trunk/theora/lib/enc/encoder_toplevel.c	2007-10-04 18:41:18 UTC (rev 13934)
@@ -1393,10 +1393,9 @@
 
 static int theora_encode_control(theora_state *th,int req,
  void *buf,size_t buf_sz) {
-  
-  int value;
   CP_INSTANCE *cpi;
   PB_INSTANCE *pbi;
+  int value;
   
   if(th == NULL)
     return TH_EFAULT;



More information about the commits mailing list