mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-18 21:45:10 +00:00
avformat/mpegts: add DVB descriptor_tag values already in use
Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
parent
46c6ca3ed1
commit
0dceced45c
@ -165,6 +165,17 @@
|
||||
#define METADATA_DESCRIPTOR 0x26
|
||||
#define METADATA_STD_DESCRIPTOR 0x27
|
||||
|
||||
/* DVB descriptor tag values [0x40, 0x7F] from
|
||||
ETSI EN 300 468 Table 12: Possible locations of descriptors */
|
||||
#define SERVICE_DESCRIPTOR 0x48
|
||||
#define STREAM_IDENTIFIER_DESCRIPTOR 0x52
|
||||
#define TELETEXT_DESCRIPTOR 0x56
|
||||
#define SUBTITLING_DESCRIPTOR 0x59
|
||||
#define AC3_DESCRIPTOR 0x6a /* AC-3_descriptor */
|
||||
#define ENHANCED_AC3_DESCRIPTOR 0x7a /* enhanced_AC-3_descriptor */
|
||||
#define DTS_DESCRIPTOR 0x7b
|
||||
#define EXTENSION_DESCRIPTOR 0x7f
|
||||
|
||||
typedef struct MpegTSContext MpegTSContext;
|
||||
|
||||
MpegTSContext *avpriv_mpegts_parse_open(AVFormatContext *s);
|
||||
|
Loading…
Reference in New Issue
Block a user