SMPTE 421 Annex L format demuxer

Originally committed as revision 11661 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Kostya Shishkov 2008-01-29 09:25:49 +00:00
parent a8fa959a0f
commit eda178d273
4 changed files with 116 additions and 2 deletions

View file

@ -21,8 +21,8 @@
#ifndef FFMPEG_AVFORMAT_H
#define FFMPEG_AVFORMAT_H
#define LIBAVFORMAT_VERSION_INT ((52<<16)+(6<<8)+0)
#define LIBAVFORMAT_VERSION 52.6.0
#define LIBAVFORMAT_VERSION_INT ((52<<16)+(7<<8)+0)
#define LIBAVFORMAT_VERSION 52.7.0
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)