aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/version.h
diff options
context:
space:
mode:
authorParas Chadha <paraschadha18@gmail.com>2017-08-29 22:46:44 +0530
committerPaul B Mahol <onemda@gmail.com>2017-08-30 12:13:01 +0200
commit61e4db4bb730409798dff8d87d83459cb888786e (patch)
treeb4a6f7ffadd4f3ece2176f42cc952b7e9106a972 /libavcodec/version.h
parent7fbc0825773eb597c5a3f5679a8d58ced0d9456f (diff)
downloadffmpeg-61e4db4bb730409798dff8d87d83459cb888786e.tar.gz
Add FITS Decoder
Signed-off-by: Paras Chadha <paraschadha18@gmail.com>
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r--libavcodec/version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h
index 1db347a9f3..22cab7b0dd 100644
--- a/libavcodec/version.h
+++ b/libavcodec/version.h
@@ -28,8 +28,8 @@
#include "libavutil/version.h"
#define LIBAVCODEC_VERSION_MAJOR 57
-#define LIBAVCODEC_VERSION_MINOR 103
-#define LIBAVCODEC_VERSION_MICRO 101
+#define LIBAVCODEC_VERSION_MINOR 104
+#define LIBAVCODEC_VERSION_MICRO 100
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \
LIBAVCODEC_VERSION_MINOR, \