Commit e8d83e1c authored by Michael Niedermayer's avatar Michael Niedermayer

Small Patch for "ffplay -" instead of "ffplay pipe:" by (Bill Eldridge <bill at rfa dot org>)

Originally committed as revision 2181 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 12dccd4e
......@@ -1660,6 +1660,8 @@ void show_help(void)
void parse_arg_file(const char *filename)
{
if (!strcmp(filename, "-"))
filename = "pipe:";
input_filename = filename;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment