early-access version 1680
This commit is contained in:
7
externals/ffmpeg/libavformat/mpegts.h
vendored
7
externals/ffmpeg/libavformat/mpegts.h
vendored
@@ -137,6 +137,13 @@
|
||||
#define STREAM_TYPE_AUDIO_TRUEHD 0x83
|
||||
#define STREAM_TYPE_AUDIO_EAC3 0x87
|
||||
|
||||
/* ISO/IEC 13818-1 Table 2-22 */
|
||||
#define STREAM_ID_PRIVATE_STREAM_1 0xbd
|
||||
#define STREAM_ID_AUDIO_STREAM_0 0xc0
|
||||
#define STREAM_ID_VIDEO_STREAM_0 0xe0
|
||||
#define STREAM_ID_METADATA_STREAM 0xfc
|
||||
#define STREAM_ID_EXTENDED_STREAM_ID 0xfd
|
||||
|
||||
typedef struct MpegTSContext MpegTSContext;
|
||||
|
||||
MpegTSContext *avpriv_mpegts_parse_open(AVFormatContext *s);
|
||||
|
Reference in New Issue
Block a user