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
This commit is contained in:
parent
12dccd4e60
commit
e8d83e1c26
1 changed files with 2 additions and 0 deletions
2
ffplay.c
2
ffplay.c
|
|
@ -1660,6 +1660,8 @@ void show_help(void)
|
|||
|
||||
void parse_arg_file(const char *filename)
|
||||
{
|
||||
if (!strcmp(filename, "-"))
|
||||
filename = "pipe:";
|
||||
input_filename = filename;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue