#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Definition at line 27 of file adp.c.
Definition at line 41 of file adp.c.
Definition at line 63 of file adp.c.
Initial value:= {
.name = "adp",
.extensions = "adp,dtk",
}
static int adp_read_packet(AVFormatContext *s, AVPacket *pkt)
static int adp_read_header(AVFormatContext *s)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int adp_probe(AVProbeData *p)
Definition at line 84 of file adp.c.