diff options
author | James Almer <[email protected]> | 2024-12-20 12:57:48 -0300 |
---|---|---|
committer | James Almer <[email protected]> | 2025-02-07 19:44:13 -0300 |
commit | a8f23745074acd8a1934e3653caebd5a0ba05c6f (patch) | |
tree | a61dff10c47eab2700892ea9a9fb9b5c59fc9682 /libavformat/version.h | |
parent | 268d0b6527cba1ebac1f44347578617341f85c35 (diff) |
avformat/mov: add an offset to IAMF streams
Using audio_substream_id for AVStream ids is not ideal give that in containers
like mp4, the IAMF structure is opaque to the outside and other streams may
share such id values.
Signed-off-by: James Almer <[email protected]>
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 067277b10f..6ffdf61b43 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -32,7 +32,7 @@ #include "version_major.h" #define LIBAVFORMAT_VERSION_MINOR 9 -#define LIBAVFORMAT_VERSION_MICRO 106 +#define LIBAVFORMAT_VERSION_MICRO 107 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |