diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-05-25 17:49:15 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-08-10 14:26:37 +0200 |
commit | fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45 (patch) | |
tree | 00f966d82d400e4326e70871723c066c6126ac04 /libavresample/version.h | |
parent | 8c6f430291374cf6d2cfb85cdbb809803b5a7d83 (diff) | |
download | ffmpeg-fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45.tar.gz |
avresample: Introduce AVFrame-based API
Diffstat (limited to 'libavresample/version.h')
-rw-r--r-- | libavresample/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavresample/version.h b/libavresample/version.h index fa7fa29555..34623a138c 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVRESAMPLE_VERSION_MAJOR 2 -#define LIBAVRESAMPLE_VERSION_MINOR 0 +#define LIBAVRESAMPLE_VERSION_MINOR 1 #define LIBAVRESAMPLE_VERSION_MICRO 0 #define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \ |