mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-11 19:51:25 +08:00
avformat: add a concat protocol that takes a line break delimited list of resources
Suggested-by: ffmpeg@fb.com Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -27,6 +27,7 @@ extern const URLProtocol ff_async_protocol;
|
||||
extern const URLProtocol ff_bluray_protocol;
|
||||
extern const URLProtocol ff_cache_protocol;
|
||||
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_ffrtmpcrypt_protocol;
|
||||
|
Reference in New Issue
Block a user