[xiph-commits] r10743 - trunk/theora/examples

giles at svn.xiph.org giles at svn.xiph.org
Thu Jan 19 16:27:53 PST 2006


Author: giles
Date: 2006-01-19 16:27:53 -0800 (Thu, 19 Jan 2006)
New Revision: 10743

Modified:
   trunk/theora/examples/player_example.c
Log:
Revert accidentally committed debugging code.


Modified: trunk/theora/examples/player_example.c
===================================================================
--- trunk/theora/examples/player_example.c	2006-01-19 23:52:26 UTC (rev 10742)
+++ trunk/theora/examples/player_example.c	2006-01-20 00:27:53 UTC (rev 10743)
@@ -655,9 +655,9 @@
            keyframing.  Soon enough libtheora will be able to deal
            with non-keyframe seeks.  */
 
-        //if(videobuf_time>=get_time())
+        if(videobuf_time>=get_time())
         videobuf_ready=1;
-	fprintf(stderr, "got frame at %fs\n", videobuf_time);                
+                
       }else
         break;
     }



More information about the commits mailing list