[xiph-commits] r2942 - liboggz/trunk/src/liboggz

laser13 at svn.annodex.net laser13 at svn.annodex.net
Fri Jun 15 21:16:24 PDT 2007


Author: laser13
Date: 2007-06-15 21:16:24 -0700 (Fri, 15 Jun 2007)
New Revision: 2942

Modified:
   liboggz/trunk/src/liboggz/oggz_auto.c
Log:
Change auto_calc_theora_info_t declaration location because Visual Studio complains.

Modified: liboggz/trunk/src/liboggz/oggz_auto.c
===================================================================
--- liboggz/trunk/src/liboggz/oggz_auto.c	2007-06-16 00:25:17 UTC (rev 2941)
+++ liboggz/trunk/src/liboggz/oggz_auto.c	2007-06-16 04:16:24 UTC (rev 2942)
@@ -387,11 +387,11 @@
   long keyframe_no;
   int keyframe_shift;
   unsigned char first_byte;
+  auto_calc_theora_info_t *info;
 
   first_byte = op->packet[0];
 
-  auto_calc_theora_info_t *info 
-          = (auto_calc_theora_info_t *)stream->calculate_data;
+  info = (auto_calc_theora_info_t *)stream->calculate_data;
 
   /* header packet */
   if (first_byte & 0x80)



More information about the commits mailing list