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:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-20 00:26:06 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-20 00:26:06 +0300
commit11777eb8142117864bff0c8060f17b4089434143 (patch)
treef25c1297d9cefadbac0a6ed43b12fd47bd742ac2 /libavcodec/version.h
parent2c48014ab2bb6613b79e3c0b6f45daa5333018ae (diff)
lavc/rscc: Support pal8 in rscc.
Fixes the colours of the sample for ticket #5611.
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 ccb28905ad..9acf08126e 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 57
#define LIBAVCODEC_VERSION_MINOR 57
-#define LIBAVCODEC_VERSION_MICRO 100
+#define LIBAVCODEC_VERSION_MICRO 101
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \