mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-20 23:51:20 +08: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