libavformat/dtsdec.c File Reference

#include "libavcodec/bytestream.h"
#include "avformat.h"
#include "rawdec.h"

Go to the source code of this file.

Defines

#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 Documentation

#define DCA_MARKER_14B_BE   0x1FFFE800

Definition at line 26 of file dtsdec.c.

#define DCA_MARKER_14B_LE   0xFF1F00E8

Definition at line 27 of file dtsdec.c.

#define DCA_MARKER_RAW_BE   0x7FFE8001

Definition at line 28 of file dtsdec.c.

#define DCA_MARKER_RAW_LE   0xFE7F0180

Definition at line 29 of file dtsdec.c.


Function Documentation

static int dts_probe ( AVProbeData p  )  [static]

Definition at line 31 of file dtsdec.c.


Variable Documentation

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,
}

Definition at line 68 of file dtsdec.c.


Generated on Fri Oct 26 02:50:10 2012 for FFmpeg by  doxygen 1.5.8