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:
authorMichael Niedermayer <michaelni@gmx.at>2014-03-31 04:15:11 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-03-31 04:16:41 +0400
commit801b94a78294cd90efc1e87fb1f03948203e88db (patch)
treea06c21ce1be8d82db1160aff678b6a549660f86a /libavcodec/version.h
parent46ff8108f6b4bb3c74c476ddcbb4c92ad928a202 (diff)
parent729d821fd864a0568f4068e64d3a70faa23b9309 (diff)
Merge commit '729d821fd864a0568f4068e64d3a70faa23b9309'
* commit '729d821fd864a0568f4068e64d3a70faa23b9309': libmp3lame: allow joint stereo to be disabled Conflicts: libavcodec/libmp3lame.c libavcodec/version.h See: 1de11a7cab5346030a134774fbc23b3fc523a003 Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 6c09303ea6..2c1d5178be 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 55
#define LIBAVCODEC_VERSION_MINOR 55
-#define LIBAVCODEC_VERSION_MICRO 104
+#define LIBAVCODEC_VERSION_MICRO 105
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \