diff options
author | James Almer <jamrial@gmail.com> | 2024-02-10 20:05:08 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-02-13 09:51:28 -0300 |
commit | ec2036454bcdc6c12382961d4ab539c2f9b70ec8 (patch) | |
tree | fd68ec9a5b0985d681f8891ce2be124cd0a7190e /libavformat/version.h | |
parent | 106527d2e5b8fa390f1becb6095eac2127382c28 (diff) | |
download | ffmpeg-ec2036454bcdc6c12382961d4ab539c2f9b70ec8.tar.gz |
avformat: add a disposition field to AVStreamGroup
The existing (and upcoming) available group types are meant to combine several
streams for presentation, with the result being treated as if it was a stream
itself.
For example, a file could export two stream groups of the same type with one of
them as the "default".
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index de9cc8e31d..683184d5da 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -31,7 +31,7 @@ #include "version_major.h" -#define LIBAVFORMAT_VERSION_MINOR 20 +#define LIBAVFORMAT_VERSION_MINOR 21 #define LIBAVFORMAT_VERSION_MICRO 100 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |