Bethesda Softworks VID (.vid) file demuxer.
More...
Go to the source code of this file.
Bethesda Softworks VID (.vid) file demuxer.
- Author
- Nicholas Tung [ntung (at. ntung com] (2007-03)
- See also
- http://wiki.multimedia.cx/index.php?title=Bethsoft_VID
-
http://www.svatopluk.com/andux/docs/dfvid.html
Definition in file bethsoftvid.c.
◆ BVID_PALETTE_SIZE
#define BVID_PALETTE_SIZE 3 * 256 |
◆ DEFAULT_SAMPLE_RATE
#define DEFAULT_SAMPLE_RATE 11111 |
◆ BUFFER_PADDING_SIZE
#define BUFFER_PADDING_SIZE 1000 |
◆ vid_probe()
◆ vid_read_header()
◆ read_frame()
◆ vid_read_packet()
◆ vid_read_close()
◆ ff_bethsoftvid_demuxer
Initial value:= {
.name = "bethsoftvid",
}
static int vid_read_header(AVFormatContext *s)
static int vid_probe(AVProbeData *p)
static av_cold int read_close(AVFormatContext *ctx)
#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)
static int vid_read_close(AVFormatContext *s)
static int vid_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 294 of file bethsoftvid.c.