FFmpeg
|
Go to the source code of this file.
Macros | |
#define | DCA_MARKER_14B_BE 0x1FFFE800 |
#define | DCA_MARKER_14B_LE 0xFF1F00E8 |
#define | DCA_MARKER_RAW_BE 0x7FFE8001 |
#define | DCA_MARKER_RAW_LE 0xFE7F0180 |
Functions | |
static int | dts_probe (AVProbeData *p) |
Variables | |
AVInputFormat | ff_dts_demuxer |
#define DCA_MARKER_14B_BE 0x1FFFE800 |
Definition at line 26 of file dtsdec.c.
Referenced by dts_probe().
#define DCA_MARKER_14B_LE 0xFF1F00E8 |
Definition at line 27 of file dtsdec.c.
Referenced by dts_probe().
#define DCA_MARKER_RAW_BE 0x7FFE8001 |
Definition at line 28 of file dtsdec.c.
Referenced by dts_probe().
#define DCA_MARKER_RAW_LE 0xFE7F0180 |
Definition at line 29 of file dtsdec.c.
Referenced by dts_probe().
|
static |
AVInputFormat ff_dts_demuxer |