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.
#define BUFFER_PADDING_SIZE 1000 |
Initial value:= {
.name = "bethsoftvid",
}
static int vid_probe(AVProbeData *p)
static int read_header(FFV1Context *f)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
struct BVID_DemuxContext BVID_DemuxContext
static int vid_read_header(AVFormatContext *s, AVFormatParameters *ap)
static int read_probe(AVProbeData *p)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
static int vid_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition at line 226 of file bethsoftvid.c.