[xiph-commits] r10840 - trunk/theora/lib
giles at svn.xiph.org
giles at svn.xiph.org
Mon Feb 20 10:07:12 PST 2006
Author: giles
Date: 2006-02-20 10:07:10 -0800 (Mon, 20 Feb 2006)
New Revision: 10840
Modified:
trunk/theora/lib/encoder_toplevel.c
Log:
Enforce C89 comment style.
Modified: trunk/theora/lib/encoder_toplevel.c
===================================================================
--- trunk/theora/lib/encoder_toplevel.c 2006-02-20 17:26:32 UTC (rev 10839)
+++ trunk/theora/lib/encoder_toplevel.c 2006-02-20 18:07:10 UTC (rev 10840)
@@ -967,8 +967,8 @@
cpi->ThisIsKeyFrame = 0;
} else {
- // don't allow generating invalid files that overflow the p-frame
- // shift, even if keyframe autop is turned off
+ /* don't allow generating invalid files that overflow the p-frame
+ shift, even if keyframe_auto_p is turned off */
if(cpi->LastKeyFrame >= (ogg_uint32_t)
cpi->pb.info.keyframe_frequency_force)
cpi->ThisIsKeyFrame = 1;
More information about the commits
mailing list