diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-07-23 17:06:40 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2008-07-23 17:06:40 +0000 |
commit | 327ce5e6e651a1570f02ba136a1a809a309f0d18 (patch) | |
tree | d936e9f78af40e865d21ea6345ac0044e095074d /libavformat/avformat.h | |
parent | cf67f1655c30083d1f8474b07937915f110cbd33 (diff) | |
download | ffmpeg-327ce5e6e651a1570f02ba136a1a809a309f0d18.tar.gz |
SMPTE 421M Annex L (aka .rcv) muxer
Originally committed as revision 14352 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 23450af1bd..c6586862e9 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 17 +#define LIBAVFORMAT_VERSION_MINOR 18 #define LIBAVFORMAT_VERSION_MICRO 0 #define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |