diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2009-03-19 21:46:56 +0000 |
---|---|---|
committer | Ramiro Polla <ramiro.polla@gmail.com> | 2009-03-19 21:46:56 +0000 |
commit | 23d9cc45633021170bd504467d0099a5d4eb7694 (patch) | |
tree | 2bbe553a7cb0d20d88744af2036f1ad9cd61545f /libavformat/avformat.h | |
parent | 45bae968a92633037e476a4892c4fa949ffe4508 (diff) | |
download | ffmpeg-23d9cc45633021170bd504467d0099a5d4eb7694.tar.gz |
Support raw TrueHD files
Originally committed as revision 18049 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index da23709398..5458db94ef 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,8 +22,8 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 31 -#define LIBAVFORMAT_VERSION_MICRO 1 +#define LIBAVFORMAT_VERSION_MINOR 32 +#define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |