diff options
author | Sascha Sommer <saschasommer@freenet.de> | 2008-03-21 14:02:13 +0000 |
---|---|---|
committer | Sascha Sommer <saschasommer@freenet.de> | 2008-03-21 14:02:13 +0000 |
commit | cb96da490265a0a798324ccce1c87dca9acbf6e9 (patch) | |
tree | 3758aaec2d652f6b6baa911620ec1182120ae640 /libavformat/avformat.h | |
parent | 084d8faa2131f855e069c3f526a1b3619f039b28 (diff) | |
download | ffmpeg-cb96da490265a0a798324ccce1c87dca9acbf6e9.tar.gz |
rl2 demuxer
Originally committed as revision 12545 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 a2390e9189..56696eba78 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 11 +#define LIBAVFORMAT_VERSION_MINOR 12 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |