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-09-19 17:21:36 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-09-24 18:58:47 +0400
commitac682955e90a29de9b515004af7e24d06bfa6994 (patch)
treec8c95e5b55d153be9ff5ebff8ee5d34426158daf /libpostproc/version.h
parent266b3d4fe48af53acff454ca59c507bc7d05885f (diff)
postproc: add basic deblock filter visualization support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libpostproc/version.h')
-rw-r--r--libpostproc/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/version.h b/libpostproc/version.h
index dab1965a10..59bba102d7 100644
--- a/libpostproc/version.h
+++ b/libpostproc/version.h
@@ -29,7 +29,7 @@
#include "libavutil/avutil.h"
#define LIBPOSTPROC_VERSION_MAJOR 53
-#define LIBPOSTPROC_VERSION_MINOR 0
+#define LIBPOSTPROC_VERSION_MINOR 1
#define LIBPOSTPROC_VERSION_MICRO 100
#define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \