FFmpeg
|
Go to the source code of this file.
Data Structures | |
struct | DTSHDDemuxContext |
Macros | |
#define | AUPR_HDR 0x415550522D484452 |
#define | AUPRINFO 0x41555052494E464F |
#define | BITSHVTB 0x4249545348565442 |
#define | BLACKOUT 0x424C41434B4F5554 |
#define | BRANCHPT 0x4252414E43485054 |
#define | BUILDVER 0x4255494C44564552 |
#define | CORESSMD 0x434F524553534D44 |
#define | DTSHDHDR 0x4454534844484452 |
#define | EXTSS_MD 0x45585453535f4d44 |
#define | FILEINFO 0x46494C45494E464F |
#define | NAVI_TBL 0x4E4156492D54424C |
#define | STRMDATA 0x5354524D44415441 |
#define | TIMECODE 0x54494D45434F4445 |
Functions | |
static int | dtshd_probe (AVProbeData *p) |
static int | dtshd_read_header (AVFormatContext *s) |
static int | raw_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_dtshd_demuxer |
#define AUPR_HDR 0x415550522D484452 |
Definition at line 26 of file dtshddec.c.
#define AUPRINFO 0x41555052494E464F |
Definition at line 27 of file dtshddec.c.
#define BITSHVTB 0x4249545348565442 |
Definition at line 28 of file dtshddec.c.
#define BLACKOUT 0x424C41434B4F5554 |
Definition at line 29 of file dtshddec.c.
#define BRANCHPT 0x4252414E43485054 |
Definition at line 30 of file dtshddec.c.
#define BUILDVER 0x4255494C44564552 |
Definition at line 31 of file dtshddec.c.
#define CORESSMD 0x434F524553534D44 |
Definition at line 32 of file dtshddec.c.
#define DTSHDHDR 0x4454534844484452 |
Definition at line 33 of file dtshddec.c.
Referenced by dtshd_probe().
#define EXTSS_MD 0x45585453535f4d44 |
Definition at line 34 of file dtshddec.c.
#define FILEINFO 0x46494C45494E464F |
Definition at line 35 of file dtshddec.c.
Referenced by dtshd_read_header().
#define NAVI_TBL 0x4E4156492D54424C |
Definition at line 36 of file dtshddec.c.
#define STRMDATA 0x5354524D44415441 |
Definition at line 37 of file dtshddec.c.
Referenced by dtshd_read_header().
#define TIMECODE 0x54494D45434F4445 |
Definition at line 38 of file dtshddec.c.
|
static |
Definition at line 44 of file dtshddec.c.
|
static |
Definition at line 51 of file dtshddec.c.
|
static |
Definition at line 109 of file dtshddec.c.
AVInputFormat ff_dtshd_demuxer |
Definition at line 129 of file dtshddec.c.