diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2011-11-02 16:29:11 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2011-12-15 18:38:04 +0100 |
commit | b33fd66f46fc8817344eca2468707f4c00568d7f (patch) | |
tree | 6fc7b1374a56cfac1eeb8a61da33bed3c030eec4 /libavcodec/version.h | |
parent | 62b5197f97c67940bc09aea34ad4c0c7a6176fde (diff) | |
download | ffmpeg-b33fd66f46fc8817344eca2468707f4c00568d7f.tar.gz |
lavc: add ffwavesynth pseudo-codec.
Diffstat (limited to 'libavcodec/version.h')
-rw-r--r-- | libavcodec/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/version.h b/libavcodec/version.h index 84d4dadfa1..a71e02e75e 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -21,7 +21,7 @@ #define AVCODEC_VERSION_H #define LIBAVCODEC_VERSION_MAJOR 53 -#define LIBAVCODEC_VERSION_MINOR 45 +#define LIBAVCODEC_VERSION_MINOR 46 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |