#include "avformat.h"
#include "avio_internal.h"
#include "demux.h"
#include "internal.h"
#include "voc.h"
#include "libavutil/intreadwrite.h"
Go to the source code of this file.
◆ C93_HAS_PALETTE
| #define C93_HAS_PALETTE 0x01 |
◆ C93_FIRST_FRAME
| #define C93_FIRST_FRAME 0x02 |
◆ probe()
Definition at line 48 of file c93.c.
◆ read_header()
Definition at line 62 of file c93.c.
◆ read_packet()
◆ ff_c93_demuxer
Initial value:= {
.p.name = "c93",
}
static int probe(const AVProbeData *p)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
static int read_probe(const AVProbeData *p)
static int read_header(FFV1Context *f, RangeCoder *c)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 190 of file c93.c.