diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-01-20 07:42:14 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-01-20 07:42:14 +0000 |
commit | 7eb68edba73839225fc20f2a3b76317034750ed7 (patch) | |
tree | 9f93b256ebd81d0832c5ff665c35099df5b1be5b /libavformat/avformat.h | |
parent | c5125e399472c1f4b7c9082258035240e7a9ec3e (diff) | |
download | ffmpeg-7eb68edba73839225fc20f2a3b76317034750ed7.tar.gz |
R3D REDCODE demuxer
Originally committed as revision 16692 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 1bd67b6bdf..3c327b0357 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 24 -#define LIBAVFORMAT_VERSION_MICRO 1 +#define LIBAVFORMAT_VERSION_MINOR 25 +#define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ LIBAVFORMAT_VERSION_MINOR, \ |