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

Holger Waechtler holger at xiph.org
Tue Aug 7 07:23:48 PDT 2001



holger      01/08/07 07:23:48

  Modified:    tools    deinterlace.c
  Log:
  fixed usage message

Revision  Changes    Path
1.2       +6 -4      w3d/tools/deinterlace.c

Index: deinterlace.c
===================================================================
RCS file: /usr/local/cvsroot/w3d/tools/deinterlace.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- deinterlace.c	2001/08/07 14:18:07	1.1
+++ deinterlace.c	2001/08/07 14:23:47	1.2
@@ -12,7 +12,8 @@
            "usage: %s <in.ppm> <out.ppm>\n"
            "\n"
            "        where <in.ppm> is the input filename template\n"
-           "        and <out.ppm> is a template like image%%03d.ppm\n"
+           "        and <out.ppm> is the output filename template"
+           " (e.g. image%%03d.ppm)\n"
            "\n", progname);
    exit (-1);
 }
@@ -93,10 +94,11 @@
    else if (h == 486) {
    } else {
       printf ("\n"
-              "could not determine wheter odd scanlines come temporally\n"
-              "earlier or later. Input files should have height 525 or 625 !\n"
+              "Could not determine whether odd scanlines come temporally "
+              "earlier or later.\n"
+              "Input files should have height 576 (625 scanlines) " "or 486 (525 scanlines) !\n"
               "\n"
-              "assume odd lines first.\n"
+              "Assume odd scanlines first.\n"
               "\n");
    }
 

--- >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