FFmpeg
|
Bethesda Softworks VID (.vid) file demuxer. More...
#include "libavutil/channel_layout.h"
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
#include "libavcodec/bethsoftvideo.h"
Go to the source code of this file.
Data Structures | |
struct | BVID_DemuxContext |
Macros | |
#define | BVID_PALETTE_SIZE 3 * 256 |
#define | DEFAULT_SAMPLE_RATE 11111 |
#define | BUFFER_PADDING_SIZE 1000 |
Functions | |
static int | vid_probe (AVProbeData *p) |
static int | vid_read_header (AVFormatContext *s) |
static int | read_frame (BVID_DemuxContext *vid, AVIOContext *pb, AVPacket *pkt, uint8_t block_type, AVFormatContext *s) |
static int | vid_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | vid_read_close (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_bethsoftvid_demuxer |
Bethesda Softworks VID (.vid) file demuxer.
Definition in file bethsoftvid.c.
#define BVID_PALETTE_SIZE 3 * 256 |
Definition at line 36 of file bethsoftvid.c.
Referenced by read_frame(), and vid_read_packet().
#define DEFAULT_SAMPLE_RATE 11111 |
Definition at line 38 of file bethsoftvid.c.
Referenced by vid_read_header().
#define BUFFER_PADDING_SIZE 1000 |
Definition at line 92 of file bethsoftvid.c.
Referenced by read_frame().
|
static |
Definition at line 58 of file bethsoftvid.c.
|
static |
Definition at line 67 of file bethsoftvid.c.
|
static |
Definition at line 93 of file bethsoftvid.c.
Referenced by vid_read_packet().
|
static |
Definition at line 204 of file bethsoftvid.c.
|
static |
Definition at line 281 of file bethsoftvid.c.
AVInputFormat ff_bethsoftvid_demuxer |
Definition at line 288 of file bethsoftvid.c.