diff options
author | Gilles Chanteperdrix <gilles.chanteperdrix@xenomai.org> | 2015-02-13 22:51:33 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-02-21 23:37:42 +0200 |
commit | 5cbae5651d7c1ce9b0691dfbf2d474cb2b0ebb9a (patch) | |
tree | ff6b7712c530ca61f4e64ba783fe85f97a034465 /libavcodec/version.h | |
parent | 5e5583efe41662294c5e1b76499ba338557f808d (diff) | |
download | ffmpeg-5cbae5651d7c1ce9b0691dfbf2d474cb2b0ebb9a.tar.gz |
mpegaudio_parser: add MP3 ADU headers parser
Signed-off-by: Martin Storsjö <martin@martin.st>
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 ca9d1bca8f..4890f46ce6 100644 --- a/libavcodec/version.h +++ b/libavcodec/version.h @@ -29,7 +29,7 @@ #include "libavutil/version.h" #define LIBAVCODEC_VERSION_MAJOR 56 -#define LIBAVCODEC_VERSION_MINOR 15 +#define LIBAVCODEC_VERSION_MINOR 16 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |