[xiph-commits] r17632 - trunk/theora/examples
giles at svn.xiph.org
giles at svn.xiph.org
Thu Nov 18 09:18:43 PST 2010
Author: giles
Date: 2010-11-18 09:18:43 -0800 (Thu, 18 Nov 2010)
New Revision: 17632
Modified:
trunk/theora/examples/dump_psnr.c
Log:
Correct a typo in the usage documentation.
Thanks to Basil Gohar for pointing this out.
Modified: trunk/theora/examples/dump_psnr.c
===================================================================
--- trunk/theora/examples/dump_psnr.c 2010-11-18 14:29:00 UTC (rev 17631)
+++ trunk/theora/examples/dump_psnr.c 2010-11-18 17:18:43 UTC (rev 17632)
@@ -1043,7 +1043,7 @@
static void usage(char *_argv[]){
fprintf(stderr,"Usage: %s [options] <video1> <video2>\n"
- " <video1> and <video1> may be either YUV4MPEG or Ogg Theora files.\n\n"
+ " <video1> and <video2> may be either YUV4MPEG or Ogg Theora files.\n\n"
" Options:\n\n"
" -f --frame-type Show frame type and QI value for each Theora frame.\n"
" -s --summary Only output the summary line.\n"
More information about the commits
mailing list