diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-03-16 13:36:36 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2008-03-16 13:36:36 +0000 |
commit | aa9f4208b633f031d376bccee4246527abdf8d01 (patch) | |
tree | 7fb6053d2a5650148c230199495b07abbd78870f /libavformat/avformat.h | |
parent | 77f11d8a4ca22d897c01d4b592e92cff2f16334f (diff) | |
download | ffmpeg-aa9f4208b633f031d376bccee4246527abdf8d01.tar.gz |
ipod/iphone compatible mp4 muxer
Originally committed as revision 12458 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 7933cbb9e2..fa6687f316 100644 --- a/libavformat/avformat.h +++ b/libavformat/avformat.h @@ -22,7 +22,7 @@ #define FFMPEG_AVFORMAT_H #define LIBAVFORMAT_VERSION_MAJOR 52 -#define LIBAVFORMAT_VERSION_MINOR 9 +#define LIBAVFORMAT_VERSION_MINOR 10 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |