FFmpeg
|
Include dependency graph for dtsdec.c:
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 |
Macro Definition Documentation
#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().
Function Documentation
|
static |
Variable Documentation
AVInputFormat ff_dts_demuxer |
Initial value:
= {
.name = "dts",
.long_name = NULL_IF_CONFIG_SMALL("raw DTS"),
.read_probe = dts_probe,
.read_header = ff_raw_audio_read_header,
.read_packet = ff_raw_read_partial_packet,
.flags = AVFMT_GENERIC_INDEX,
.extensions = "dts",
.raw_codec_id = AV_CODEC_ID_DTS,
}
int ff_raw_read_partial_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/rawdec.c:34
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
Definition: libavcodec/avcodec.h:385
int ff_raw_audio_read_header(AVFormatContext *s)
Definition: libavformat/rawdec.c:54
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11