mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-14 02:50:11 +01: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