Go to the source code of this file.
§ DCA_MARKER_14B_BE
#define DCA_MARKER_14B_BE 0x1FFFE800 |
§ DCA_MARKER_14B_LE
#define DCA_MARKER_14B_LE 0xFF1F00E8 |
§ DCA_MARKER_RAW_BE
#define DCA_MARKER_RAW_BE 0x7FFE8001 |
§ DCA_MARKER_RAW_LE
#define DCA_MARKER_RAW_LE 0xFE7F0180 |
§ dts_probe()
§ ff_dts_demuxer
Initial value:= {
.name = "dts",
.extensions = "dts",
}
static int dts_probe(AVProbeData *p)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition at line 68 of file dtsdec.c.