aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2013-11-12 12:58:21 +0100
committerStefano Sabatini <stefasab@gmail.com>2013-11-13 11:21:46 +0100
commitfe55c3197698e60753ed4ba78a588481bb975e20 (patch)
tree443d102fa8fee09a881b2fa12fa96b96b48aa337 /libavcodec/version.h
parent255302da7019753bae84d809c6d603c4cd0a41ca (diff)
downloadffmpeg-fe55c3197698e60753ed4ba78a588481bb975e20.tar.gz
lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libs
In particular, allows the use of elbg in other FFmpeg libraries, required by the pending elbg filter.
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 57d92917e0..d378130a4e 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -30,7 +30,7 @@
#define LIBAVCODEC_VERSION_MAJOR 55
#define LIBAVCODEC_VERSION_MINOR 41
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \