diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-10-12 19:11:53 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-10-12 22:22:39 +0200 |
commit | 1d3c87d6cdc9d452f9c9c5ba2a017033aee16686 (patch) | |
tree | beaf316a460a84ea7bdd97eebf60d6738015a2a0 /libpostproc/version.h | |
parent | 59d8050df132f0fa93a4a741fd64222a10cab4ec (diff) | |
download | ffmpeg-1d3c87d6cdc9d452f9c9c5ba2a017033aee16686.tar.gz |
postprocess: add YUV 4:4:0 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libpostproc/version.h')
-rw-r--r-- | libpostproc/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpostproc/version.h b/libpostproc/version.h index 59bba102d7..e59ac197ac 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 1 +#define LIBPOSTPROC_VERSION_MINOR 2 #define LIBPOSTPROC_VERSION_MICRO 100 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_MAJOR, \ |