mirror of https://git.ffmpeg.org/ffmpeg.git
fftools/ffplay: prefer fd over pipe for seek support
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
parent
195ccf7ea8
commit
c926140558
|
@ -3537,7 +3537,7 @@ static void opt_input_file(void *optctx, const char *filename)
|
|||
exit(1);
|
||||
}
|
||||
if (!strcmp(filename, "-"))
|
||||
filename = "pipe:";
|
||||
filename = "fd:";
|
||||
input_filename = filename;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue