aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorJan Ekström <jan.ekstrom@24i.com>2022-06-03 12:34:47 +0300
committerJan Ekström <jeebjp@gmail.com>2022-06-30 16:14:05 +0300
commit92dc9c9d682a3f7f552d61cdbfca7ae6607de0ee (patch)
tree3dbd92d440218970d37aec58571ca71b0f214e5e /libavcodec/version.h
parent3f72155fc664b6abccd194d71cbec44183ab64d9 (diff)
downloadffmpeg-92dc9c9d682a3f7f552d61cdbfca7ae6607de0ee.tar.gz
avcodec/ac3_parser{,_internal}: expose AC-3 bit_rate_code
Required by MP4's AC3SpecificBox and MPEG-TS AC-3 audio_descriptor, of which the former is implemented in our MP4 writer. Signed-off-by: Jan Ekström <jan.ekstrom@24i.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 0ef6c991f3..1008fead27 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#include "version_major.h"
-#define LIBAVCODEC_VERSION_MINOR 34
+#define LIBAVCODEC_VERSION_MINOR 35
#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \