[Ffmpeg-cvslog] r7177 - trunk/cmdutils.c
lorenm
subversion
Mon Nov 27 16:48:16 CET 2006
Author: lorenm
Date: Mon Nov 27 16:48:16 2006
New Revision: 7177
Modified:
trunk/cmdutils.c
Log:
10l in r7174 caused all options to be treated as filenames.
Modified: trunk/cmdutils.c
==============================================================================
--- trunk/cmdutils.c (original)
+++ trunk/cmdutils.c Mon Nov 27 16:48:16 2006
@@ -59,7 +59,7 @@
void parse_options(int argc, char **argv, const OptionDef *options)
{
const char *opt, *arg;
- int optindex, handleoptions;
+ int optindex, handleoptions=1;
const OptionDef *po;
/* parse options */
More information about the ffmpeg-cvslog
mailing list