mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-12-24 11:52:06 +08:00
Add support for Matroska attachments.
patch by eugeni _dot_ stepanov _at_ gmail.com and myself Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Aurelien Jacobs
parent
20963a7156
commit
f8d7c9d373
@@ -21,8 +21,8 @@
|
||||
#ifndef FFMPEG_AVFORMAT_H
|
||||
#define FFMPEG_AVFORMAT_H
|
||||
|
||||
#define LIBAVFORMAT_VERSION_INT ((52<<16)+(5<<8)+0)
|
||||
#define LIBAVFORMAT_VERSION 52.5.0
|
||||
#define LIBAVFORMAT_VERSION_INT ((52<<16)+(6<<8)+0)
|
||||
#define LIBAVFORMAT_VERSION 52.6.0
|
||||
#define LIBAVFORMAT_BUILD LIBAVFORMAT_VERSION_INT
|
||||
|
||||
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
|
||||
@@ -347,6 +347,8 @@ typedef struct AVStream {
|
||||
|
||||
#define MAX_REORDER_DELAY 4
|
||||
int64_t pts_buffer[MAX_REORDER_DELAY+1];
|
||||
|
||||
char *filename; /**< source filename of the stream */
|
||||
} AVStream;
|
||||
|
||||
#define AV_PROGRAM_RUNNING 1
|
||||
|
||||
Reference in New Issue
Block a user