Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew D'Addesio <modchipv12@gmail.com>2012-09-19 05:02:14 +0400
committerDiego Biurrun <diego@biurrun.de>2012-09-27 12:48:35 +0400
commit2a3d82ab467183fd108f451a85ca06ebc2a57e2c (patch)
tree4e83230db66783e350c8c6619888f3073f8ab636 /libavcodec/version.h
parent0575772fa04e77fbb3755ad1cb8f040713c1e0d7 (diff)
Add Opus codec id and codec description.
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 c53286872e..ee70842d0e 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -27,7 +27,7 @@
*/
#define LIBAVCODEC_VERSION_MAJOR 54
-#define LIBAVCODEC_VERSION_MINOR 28
+#define LIBAVCODEC_VERSION_MINOR 29
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \