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

tterribe at svn.xiph.org tterribe at svn.xiph.org
Tue Jul 21 17:56:19 PDT 2009


Author: tterribe
Date: 2009-07-21 17:56:19 -0700 (Tue, 21 Jul 2009)
New Revision: 16313

Modified:
   branches/theora-thusnelda/examples/player_example.c
Log:
Add example usage code for new telemetry options.


Modified: branches/theora-thusnelda/examples/player_example.c
===================================================================
--- branches/theora-thusnelda/examples/player_example.c	2009-07-22 00:49:52 UTC (rev 16312)
+++ branches/theora-thusnelda/examples/player_example.c	2009-07-22 00:56:19 UTC (rev 16313)
@@ -627,6 +627,9 @@
       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 */



More information about the commits mailing list