#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) |
Variables | |
| AVInputFormat | daud_demuxer |
| static int daud_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
| static int daud_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
Initial value:
{
"daud",
"D-Cinema audio format",
0,
NULL,
daud_header,
daud_packet,
NULL,
NULL,
.extensions = "302",
}
1.5.6