mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-14 02:50:11 +01: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user