diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-11 01:43:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-16 20:39:37 +0200 |
commit | b7d5e016a3f3b2c60f8dc6725ab9628ef58a7644 (patch) | |
tree | 38141862e08783af9834cbde6c110339a5b87ab5 /libswresample/version.h | |
parent | 3574d34aca9dfac28d61bd783a7aa9b4c2d736f0 (diff) | |
download | ffmpeg-b7d5e016a3f3b2c60f8dc6725ab9628ef58a7644.tar.gz |
swresample: Add AVFrame based API
Based on commit fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45 by Luca Barbato <lu_zero@gentoo.org>
Adapted for libswresample by Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample/version.h')
-rw-r--r-- | libswresample/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/version.h b/libswresample/version.h index 316d304e48..61c76fa2f4 100644 --- a/libswresample/version.h +++ b/libswresample/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBSWRESAMPLE_VERSION_MAJOR 1 -#define LIBSWRESAMPLE_VERSION_MINOR 0 +#define LIBSWRESAMPLE_VERSION_MINOR 1 #define LIBSWRESAMPLE_VERSION_MICRO 100 #define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \ |