diff options
Diffstat (limited to 'ffplay.c')
-rw-r--r-- | ffplay.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1660,6 +1660,8 @@ void show_help(void) void parse_arg_file(const char *filename) { + if (!strcmp(filename, "-")) + filename = "pipe:"; input_filename = filename; } |