#include "avformat.h"
Go to the source code of this file.
Functions | |
static int | daud_header (AVFormatContext *s, AVFormatParameters *ap) |
static int | daud_packet (AVFormatContext *s, AVPacket *pkt) |
static int | daud_write_header (struct AVFormatContext *s) |
static int | daud_write_packet (struct AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_daud_demuxer |
AVOutputFormat | ff_daud_muxer |
static int daud_header | ( | AVFormatContext * | s, | |
AVFormatParameters * | ap | |||
) | [static] |
static int daud_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
static int daud_write_header | ( | struct AVFormatContext * | s | ) | [static] |
static int daud_write_packet | ( | struct AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
{ "daud", NULL_IF_CONFIG_SMALL("D-Cinema audio format"), 0, NULL, daud_header, daud_packet, NULL, NULL, .extensions = "302", }
{ "daud", NULL_IF_CONFIG_SMALL("D-Cinema audio format"), NULL, "302", 0, CODEC_ID_PCM_S24DAUD, CODEC_ID_NONE, daud_write_header, daud_write_packet, .flags= AVFMT_NOTIMESTAMPS, }