From 3e60208393c95472badf6b83705b046e2255d305 Mon Sep 17 00:00:00 2001 From: msmith Date: Fri, 29 Jul 2005 16:08:39 +0000 Subject: [PATCH] Someone's being picky... git-svn-id: http://svn.xiph.org/trunk@9645 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- theora/examples/dump_video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theora/examples/dump_video.c b/theora/examples/dump_video.c index 8b1a9e140..43bc8ef72 100644 --- a/theora/examples/dump_video.c +++ b/theora/examples/dump_video.c @@ -50,7 +50,7 @@ const char *optstring = "or:"; struct option options [] = { {"output",required_argument,NULL,'o'}, - {"raw",required_argument, NULL, 'r'}, /* Output YUV4MPEG2, for encoder_example input */ + {"raw",required_argument, NULL, 'r'}, /* Disable YUV4MPEG2 headers if set */ {NULL,0,NULL,0} }; -- 2.11.4.GIT