[xiph-commits] r17262 - branches/theorarm-merge-branch/rjw

robin at svn.xiph.org robin at svn.xiph.org
Sun May 30 09:27:00 PDT 2010


Author: robin
Date: 2010-05-30 09:26:59 -0700 (Sun, 30 May 2010)
New Revision: 17262

Modified:
   branches/theorarm-merge-branch/rjw/testtheora.c
Log:
Tiny tweak to test app; -CRC option wasn't displaying CRC.




Modified: branches/theorarm-merge-branch/rjw/testtheora.c
===================================================================
--- branches/theorarm-merge-branch/rjw/testtheora.c	2010-05-30 16:14:52 UTC (rev 17261)
+++ branches/theorarm-merge-branch/rjw/testtheora.c	2010-05-30 16:26:59 UTC (rev 17262)
@@ -1219,7 +1219,7 @@
     char *p = argv[2];
     if (p[0] == '-')
     {
-      playback |= Playback_DecodeAudio | Playback_PlayVideo | Playback_PlayAudio | Playback_ShowCRC;
+      playback |= Playback_DecodeAudio | Playback_PlayVideo | Playback_PlayAudio | Playback_CRC | Playback_ShowCRC;
     }
     else if (p[0] == ':')
     {



More information about the commits mailing list