diff --git a/ffplay.c b/ffplay.c index 57dcf2f6e5..41277a3cdd 100644 --- a/ffplay.c +++ b/ffplay.c @@ -2518,7 +2518,7 @@ void show_help(void) void parse_arg_file(const char *filename) { if (!strcmp(filename, "-")) - filename = "pipe:"; + filename = "pipe:"; input_filename = filename; }