diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-02-13 07:28:20 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-02-13 07:28:20 +0000 |
commit | bd3f81f313b1d3e289fa4312c17c94c8c215f5e9 (patch) | |
tree | 24cfb1babb3461532f500b7f8b47ab7723882b54 /libavformat/avformat.h | |
parent | 6249143da8ba20ef8b1b88226246661deddb378c (diff) | |
download | ffmpeg-bd3f81f313b1d3e289fa4312c17c94c8c215f5e9.tar.gz |
MXF D-10 muxer
Originally committed as revision 17204 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r-- | libavformat/avformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h index bb03e4009c..6621ca0ec4 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define AVFORMAT_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 27 +#define LIBAVFORMAT_VERSION_MINOR 28 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |