[xiph-commits] r15863 - branches/theora-thusnelda/examples

giles at svn.xiph.org giles at svn.xiph.org
Fri Mar 27 14:53:39 PDT 2009


Author: giles
Date: 2009-03-27 14:53:39 -0700 (Fri, 27 Mar 2009)
New Revision: 15863

Modified:
   branches/theora-thusnelda/examples/encoder_example.c
Log:
Some minor fixups based on the merge from trunk.


Modified: branches/theora-thusnelda/examples/encoder_example.c
===================================================================
--- branches/theora-thusnelda/examples/encoder_example.c	2009-03-27 21:51:49 UTC (rev 15862)
+++ branches/theora-thusnelda/examples/encoder_example.c	2009-03-27 21:53:39 UTC (rev 15863)
@@ -5,7 +5,7 @@
  * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  * IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING.       *
  *                                                                  *
- * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2003                *
+ * THE Theora SOURCE CODE IS COPYRIGHT (C) 2002-2009                *
  * by the Xiph.Org Foundation and contributors http://www.xiph.org/ *
  *                                                                  *
  ********************************************************************
@@ -84,7 +84,7 @@
 int audio_ch=0;
 int audio_hz=0;
 
-float audio_q=.1;
+float audio_q=.1f;
 int audio_r=-1;
 int vp3_compatible=0;
 



More information about the commits mailing list