diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-05-15 18:27:23 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-15 18:27:23 +0200 |
commit | 96cb4c87183798d1badd15a8727efba634023fc1 (patch) | |
tree | 1b8acf55c2b053551369cac5ab24c7df9499ef0b /libswresample/version.h | |
parent | 2c7d3ecfc962fe2d2afa84cd347136060468fe0e (diff) | |
download | ffmpeg-96cb4c87183798d1badd15a8727efba634023fc1.tar.gz |
swresample: swr_close()
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 3a9287519c..8ca9f59102 100644 --- a/libswresample/version.h +++ b/libswresample/version.h @@ -29,7 +29,7 @@ #include "libavutil/avutil.h" #define LIBSWRESAMPLE_VERSION_MAJOR 0 -#define LIBSWRESAMPLE_VERSION_MINOR 18 +#define LIBSWRESAMPLE_VERSION_MINOR 19 #define LIBSWRESAMPLE_VERSION_MICRO 100 #define LIBSWRESAMPLE_VERSION_INT AV_VERSION_INT(LIBSWRESAMPLE_VERSION_MAJOR, \ |