diff options
author | John Stebbins <jstebbins.hb@gmail.com> | 2012-06-09 13:45:49 -0700 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-06-18 10:55:00 -0400 |
commit | 3971be0eb5d382b85f1d8772c51f21cccdc68eab (patch) | |
tree | 64e5acdc9baf7c63d0d97af6e94d0ed422099389 /libavresample/version.h | |
parent | 9fcda25e35bc012ee9a434faf0fb00bece85be6d (diff) | |
download | ffmpeg-3971be0eb5d382b85f1d8772c51f21cccdc68eab.tar.gz |
Add Dolby/DPLII downmix support to libavresample
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
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 6211a56352..63f07f5e84 100644 --- a/libavresample/version.h +++ b/libavresample/version.h @@ -21,7 +21,7 @@ #define LIBAVRESAMPLE_VERSION_MAJOR 0 #define LIBAVRESAMPLE_VERSION_MINOR 0 -#define LIBAVRESAMPLE_VERSION_MICRO 2 +#define LIBAVRESAMPLE_VERSION_MICRO 3 #define LIBAVRESAMPLE_VERSION_INT AV_VERSION_INT(LIBAVRESAMPLE_VERSION_MAJOR, \ LIBAVRESAMPLE_VERSION_MINOR, \ |