[xiph-commits] r16442 - trunk/theora/examples
gmaxwell at svn.xiph.org
gmaxwell at svn.xiph.org
Wed Aug 5 17:38:30 PDT 2009
Author: gmaxwell
Date: 2009-08-05 17:38:30 -0700 (Wed, 05 Aug 2009)
New Revision: 16442
Modified:
trunk/theora/examples/player_example.c
Log:
Partial revert of 16441
Modified: trunk/theora/examples/player_example.c
===================================================================
--- trunk/theora/examples/player_example.c 2009-08-06 00:36:50 UTC (rev 16441)
+++ trunk/theora/examples/player_example.c 2009-08-06 00:38:30 UTC (rev 16442)
@@ -623,14 +623,14 @@
theora_control(&td,TH_DECCTL_SET_PPLEVEL,&pp_level,sizeof(pp_level));
pp_inc=0;
- {
+ /*{
int arg = 0xffff;
theora_control(&td,TH_DECCTL_SET_TELEMETRY_MBMODE,&arg,sizeof(arg));
theora_control(&td,TH_DECCTL_SET_TELEMETRY_MV,&arg,sizeof(arg));
theora_control(&td,TH_DECCTL_SET_TELEMETRY_QI,&arg,sizeof(arg));
arg=10;
theora_control(&td,TH_DECCTL_SET_TELEMETRY_BITS,&arg,sizeof(arg));
- }
+ }*/
}else{
/* tear down the partial theora setup */
theora_info_clear(&ti);
More information about the commits
mailing list