mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 08:57:49 +00:00
SMPTE 421 Annex L format demuxer
Originally committed as revision 11661 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a8fa959a0f
commit
eda178d273
4 changed files with 116 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue