aboutsummaryrefslogtreecommitdiffstats
path: root/ffplay.c
diff options
context:
space:
mode:
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 5d0ff1c7bf..57dcf2f6e5 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -2530,7 +2530,7 @@ int main(int argc, char **argv)
/* register all codecs, demux and protocols */
av_register_all();
- parse_options(argc, argv, options);
+ parse_options(argc, argv, options, parse_arg_file);
if (!input_filename) {
show_help();