summaryrefslogtreecommitdiff
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2017-11-13 21:09:27 -0800
committerPhilip Langdale <philipl@overt.org>2017-11-14 19:40:01 -0800
commit912ceba61b0d45caa8ba8664ddf7b18e2121ddf3 (patch)
tree2b62171ba0a1978a479b4e4ee205e6310e28e187 /libavcodec/version.h
parentbb4c9d0a8ead02f7d943c2bae3e36b30e605b30b (diff)
avcodec: Implement vc1 nvdec hwaccel
This hwaccel is interesting because it also works for wmv3/9 content, which is not supported by the nvidia parser used by cuviddec.
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 9d1b0ee4c8..88500e343f 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -29,7 +29,7 @@
#define LIBAVCODEC_VERSION_MAJOR 58
#define LIBAVCODEC_VERSION_MINOR 3
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MICRO 102
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \