[xiph-commits] r11372 - in experimental/derf/theora-exp: . examples

tterribe at svn.xiph.org tterribe at svn.xiph.org
Sun May 7 19:13:30 PDT 2006


Author: tterribe
Date: 2006-05-07 19:13:29 -0700 (Sun, 07 May 2006)
New Revision: 11372

Modified:
   experimental/derf/theora-exp/README
   experimental/derf/theora-exp/examples/player_example.c
Log:
Fix typo.


Modified: experimental/derf/theora-exp/README
===================================================================
--- experimental/derf/theora-exp/README	2006-05-07 22:41:29 UTC (rev 11371)
+++ experimental/derf/theora-exp/README	2006-05-08 02:13:29 UTC (rev 11372)
@@ -12,7 +12,7 @@
 These include:
 - Support for non-VP3 style quantization matrices (i.e., complete support for
    the additional flexibility added to the quantization matrix specification).
-- Support for additional pixel foramts: 4:4:4 and 4:2:2 (in addition to the
+- Support for additional pixel formats: 4:4:4 and 4:2:2 (in addition to the
    4:2:0 format supported by VP3).
 - Support for block-level qi values.
 Additional features of the new library design:

Modified: experimental/derf/theora-exp/examples/player_example.c
===================================================================
--- experimental/derf/theora-exp/examples/player_example.c	2006-05-07 22:41:29 UTC (rev 11371)
+++ experimental/derf/theora-exp/examples/player_example.c	2006-05-08 02:13:29 UTC (rev 11372)
@@ -679,7 +679,7 @@
           th_decode_ctl(td,TH_DECCTL_SET_GRANPOS,&op.granulepos,
            sizeof(op.granulepos));
         }
-        if(th_decode_packetin(td,&op,&videobuf_granulepos)>=0){
+        if(th_decode_packetin(td,&op,&videobuf_granulepos)==0){
           videobuf_time=th_granule_time(td,videobuf_granulepos);
           frames++;
 



More information about the commits mailing list