diff options
author | Benjamin Larsson <banan@ludd.ltu.se> | 2009-09-22 17:28:03 +0000 |
---|---|---|
committer | Benjamin Larsson <banan@ludd.ltu.se> | 2009-09-22 17:28:03 +0000 |
commit | 61dc238b45245c9e646d47ca8f51c089a1dfb913 (patch) | |
tree | 0502cc3fa46735226751198fc2e0eeb51dbfe83d /libavcodec/avcodec.h | |
parent | e704b012f23044f5e1e95f5237c6c541b57bb625 (diff) | |
download | ffmpeg-61dc238b45245c9e646d47ca8f51c089a1dfb913.tar.gz |
Hook up the MD studio demuxer and Atrac1 decoder.
Originally committed as revision 19969 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r-- | libavcodec/avcodec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 3909b66d7a..58d746fcc7 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -30,7 +30,7 @@ #include "libavutil/avutil.h" #define LIBAVCODEC_VERSION_MAJOR 52 -#define LIBAVCODEC_VERSION_MINOR 35 +#define LIBAVCODEC_VERSION_MINOR 36 #define LIBAVCODEC_VERSION_MICRO 0 #define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |