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

tterribe at svn.xiph.org tterribe at svn.xiph.org
Thu Oct 16 15:37:36 PDT 2008


Author: tterribe
Date: 2008-10-16 15:37:35 -0700 (Thu, 16 Oct 2008)
New Revision: 15405

Modified:
   trunk/theora/examples/player_example.c
Log:
Don't clobber the cropping rectangle.
This must have been a change in my tree from some debugging effort that
 accidentally made it into r15153.


Modified: trunk/theora/examples/player_example.c
===================================================================
--- trunk/theora/examples/player_example.c	2008-10-16 14:31:22 UTC (rev 15404)
+++ trunk/theora/examples/player_example.c	2008-10-16 22:37:35 UTC (rev 15405)
@@ -567,10 +567,6 @@
 
   /* and now we have it all.  initialize decoders */
   if(theora_p){
-    ti.offset_x=0;
-    ti.offset_y=0;
-    ti.frame_width=ti.width;
-    ti.frame_height=ti.height;
     theora_decode_init(&td,&ti);
     printf("Ogg logical stream %lx is Theora %dx%d %.02f fps",
            to.serialno,ti.width,ti.height,



More information about the commits mailing list