[xiph-cvs] cvs commit: w3d/tools yuv2ppm.c

Holger Waechtler holger at xiph.org
Mon Aug 6 04:15:18 PDT 2001



holger      01/08/06 04:15:18

  Modified:    tools    yuv2ppm.c
  Log:
  fixed usage message

Revision  Changes    Path
1.3       +1 -1      w3d/tools/yuv2ppm.c

Index: yuv2ppm.c
===================================================================
RCS file: /usr/local/cvsroot/w3d/tools/yuv2ppm.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- yuv2ppm.c	2001/08/06 11:13:05	1.2
+++ yuv2ppm.c	2001/08/06 11:15:18	1.3
@@ -54,7 +54,7 @@
            "usage: %s <in.yuv> <ppmnames>\n"
            "\n"
            "        where <in.yuv> is the input .yuv sequence and\n"
-           "        and <ppmnames> is a template like image%%03d.yuv\n"
+           "        and <ppmnames> is a template like image%%03d.ppm\n"
            "\n", progname);
    exit (-1);
 }

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list