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 BVID_PALETTE_SIZE   3 * 256 | 
        
      
 
 
      
        
          | #define DEFAULT_SAMPLE_RATE   11111 | 
        
      
 
 
      
        
          | #define BUFFER_PADDING_SIZE   1000 | 
        
      
 
 
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.