[xiph-commits] r12993 - trunk/ffmpeg2theora
conrad at svn.xiph.org
conrad at svn.xiph.org
Mon May 28 01:24:04 PDT 2007
Author: conrad
Date: 2007-05-28 01:24:03 -0700 (Mon, 28 May 2007)
New Revision: 12993
Modified:
trunk/ffmpeg2theora/ffmpeg2theora.c
Log:
fix specification of short option -k (no argument), closes ticket:1167
Modified: trunk/ffmpeg2theora/ffmpeg2theora.c
===================================================================
--- trunk/ffmpeg2theora/ffmpeg2theora.c 2007-05-28 07:54:22 UTC (rev 12992)
+++ trunk/ffmpeg2theora/ffmpeg2theora.c 2007-05-28 08:24:03 UTC (rev 12993)
@@ -1059,7 +1059,7 @@
AVFormatParameters *formatParams = NULL;
int c,long_option_index;
- const char *optstring = "P:o:k:f:F:x:y:v:V:a:A:S:K:d:H:c:G:Z:C:B:p:N:s:e:D:h::";
+ const char *optstring = "P:o:kf:F:x:y:v:V:a:A:S:K:d:H:c:G:Z:C:B:p:N:s:e:D:h::";
struct option options [] = {
{"pid",required_argument,NULL, 'P'},
{"output",required_argument,NULL,'o'},
More information about the commits
mailing list