diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-04-25 20:08:49 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2014-02-22 20:52:36 +0100 |
commit | 7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731 (patch) | |
tree | b41573619b81384d2d73e2ad67a1b9e036a2a073 /libavresample/version.h | |
parent | d922c5a5fbaf0b6c73bd8c81ae059bc6e406961c (diff) | |
download | ffmpeg-7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731.tar.gz |
lavr: add a function for checking whether AVAudioResampleContext is open
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 fce5770c62..ca836e4a56 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -28,7 +28,7 @@ #include "libavutil/version.h" #define LIBAVRESAMPLE_VERSION_MAJOR 1 -#define LIBAVRESAMPLE_VERSION_MINOR 1 +#define LIBAVRESAMPLE_VERSION_MINOR 2 #define LIBAVRESAMPLE_VERSION_MICRO 0 #define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \ |