blob: e5dc5af6575f61388404f1ec61b5e7c679576cb4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- subtitler-yuv.c.orig 2004-05-30 03:04:52.142136080 +0200
+++ subtitler-yuv.c 2004-05-30 03:06:48.562339337 +0200
@@ -172,9 +172,9 @@
case 'h':
fprintf(stderr,\
"Usage:\n\
-subtitler-yuv [-c colordepth] [-d] [-h] [-o frame_offset] \n\
+subtitler-yuv [-c colordepth] [-d] [-h] [-o frame_offset]\n\
-p filename.ppml [-r] [-t]\n\
-\n
+\n\
\t-c X windows colordepth (bits per pixel), used in show output, try 32!.\n\
\t-d print debug messages (o.a. function calls and arguments).\n\
\t-h print command line options (this help), and exit.\n\
--- frame_list.h.orig 2002-10-13 18:15:09.000000000 +0200
+++ frame_list.h 2004-05-30 03:07:34.410238430 +0200
@@ -29,4 +29,4 @@
struct frame *frametab[FRAME_HASH_SIZE];
-#endif _FRAME_LIST_H
+#endif /* _FRAME_LIST_H */
|