mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00: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:
parent
da0abbbb01
commit
8c2c0135e5
6 changed files with 146 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue