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

giles at svn.annodex.net giles at svn.annodex.net
Tue Nov 4 14:53:21 PST 2008


Author: giles
Date: 2008-11-04 14:53:21 -0800 (Tue, 04 Nov 2008)
New Revision: 3766

Modified:
   liboggz/trunk/src/liboggz/oggz_auto.c
Log:
Remove some tabs-before-spaces from the previous commit.


Modified: liboggz/trunk/src/liboggz/oggz_auto.c
===================================================================
--- liboggz/trunk/src/liboggz/oggz_auto.c	2008-11-04 20:25:31 UTC (rev 3765)
+++ liboggz/trunk/src/liboggz/oggz_auto.c	2008-11-04 22:53:21 UTC (rev 3766)
@@ -375,8 +375,8 @@
    * it is also multiplied by (1<<9) since the decode time is stored in
    * the top 32bits of granulepos, but the granule_shift is 22. */
   oggz_set_granulerate (oggz, serialno,
- 	2*(1<<9)*(ogg_int64_t)info->fps_numerator,
-        OGGZ_AUTO_MULT * (ogg_int64_t)info->fps_denominator);
+	2*(1<<9)*(ogg_int64_t)info->fps_numerator,
+	OGGZ_AUTO_MULT * (ogg_int64_t)info->fps_denominator);
   oggz_set_granuleshift (oggz, serialno, granule_shift);
 
   oggz_stream_set_numheaders (oggz, serialno, 0);



More information about the commits mailing list