Originally committed as revision 13231 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2008-05-21 23:27:50 +00:00
parent 217e2f4679
commit a0b3bcd9fe
3 changed files with 6 additions and 16 deletions

View File

@ -149,6 +149,8 @@ unknown_opt:
} else {
po->u.func_arg(arg);
}
if(po->flags & OPT_EXIT)
exit(0);
} else {
if (parse_arg_function)
parse_arg_function(opt);