mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
lavf/concatdec: define "ffcat" and "ffconcat" extensions
This commit is contained in:
parent
2ecf564f94
commit
6cc12353a8
@ -289,4 +289,5 @@ AVInputFormat ff_concat_demuxer = {
|
||||
.read_packet = concat_read_packet,
|
||||
.read_close = concat_read_close,
|
||||
.priv_class = &concat_class,
|
||||
.extensions = "ffconcat,ffcat",
|
||||
};
|
||||
|
@ -31,7 +31,7 @@
|
||||
|
||||
#define LIBAVFORMAT_VERSION_MAJOR 54
|
||||
#define LIBAVFORMAT_VERSION_MINOR 63
|
||||
#define LIBAVFORMAT_VERSION_MICRO 100
|
||||
#define LIBAVFORMAT_VERSION_MICRO 101
|
||||
|
||||
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \
|
||||
LIBAVFORMAT_VERSION_MINOR, \
|
||||
|
Loading…
Reference in New Issue
Block a user