|
@@ -385,6 +385,7 @@ static const OptionDef options[] = {
|
|
|
{ "show_packets", OPT_BOOL, {(void*)&do_show_packets}, "show packets info" },
|
|
|
{ "show_streams", OPT_BOOL, {(void*)&do_show_streams}, "show streams info" },
|
|
|
{ "default", HAS_ARG | OPT_AUDIO | OPT_VIDEO | OPT_EXPERT, {(void*)opt_default}, "generic catch all option", "" },
|
|
|
+ { "i", HAS_ARG, {(void *)opt_input_file}, "read specified file", "input_file"},
|
|
|
{ NULL, },
|
|
|
};
|
|
|
|