#include <inttypes.h>
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "riff.h"
Go to the source code of this file.
◆ DXA_EXTRA_SIZE
◆ dxa_probe()
Definition at line 40 of file dxa.c.
◆ dxa_read_header()
Definition at line 56 of file dxa.c.
◆ dxa_read_packet()
◆ ff_dxa_demuxer
Initial value:= {
.name = "dxa",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition at line 229 of file dxa.c.