mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avformat/file: add fd protocol
Unlike the pipe protocol, fd protocol has seek support if it corresponding to a regular file. Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
This commit is contained in:
parent
e9fe1634d4
commit
6e7c006e40
5 changed files with 101 additions and 19 deletions
|
|
@ -29,6 +29,7 @@ extern const URLProtocol ff_concat_protocol;
|
|||
extern const URLProtocol ff_concatf_protocol;
|
||||
extern const URLProtocol ff_crypto_protocol;
|
||||
extern const URLProtocol ff_data_protocol;
|
||||
extern const URLProtocol ff_fd_protocol;
|
||||
extern const URLProtocol ff_ffrtmpcrypt_protocol;
|
||||
extern const URLProtocol ff_ffrtmphttp_protocol;
|
||||
extern const URLProtocol ff_file_protocol;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue