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:
authorAlex Converse <alex.converse@gmail.com>2013-09-17 00:03:15 +0400
committerAlex Converse <alex.converse@gmail.com>2013-09-18 23:01:53 +0400
commit1914e6f010b3320025c7b692aaea51d9b9a992a8 (patch)
tree83bbb6e7ef6d6a28a360a95d40df4003751714c2 /libavcodec/version.h
parent5cdefc02079a5b899bdec09e15e2bb099cb01734 (diff)
aacdec: Add support for LD (Low Delay) AAC
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 9775a650e4..574e02a7e2 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -27,7 +27,7 @@
*/
#define LIBAVCODEC_VERSION_MAJOR 55
-#define LIBAVCODEC_VERSION_MINOR 19
+#define LIBAVCODEC_VERSION_MINOR 20
#define LIBAVCODEC_VERSION_MICRO 0
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \