FFmpeg
|
Bethesda Softworks VID Video Decoder. More...
#include "libavutil/common.h"
#include "avcodec.h"
#include "bethsoftvideo.h"
#include "bytestream.h"
Go to the source code of this file.
Data Structures | |
struct | BethsoftvidContext |
Functions | |
static av_cold int | bethsoftvid_decode_init (AVCodecContext *avctx) |
static int | set_palette (BethsoftvidContext *ctx) |
static int | bethsoftvid_decode_frame (AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt) |
static av_cold int | bethsoftvid_decode_end (AVCodecContext *avctx) |
Variables | |
AVCodec | ff_bethsoftvid_decoder |
Bethesda Softworks VID Video Decoder.
Definition in file bethsoftvideo.c.
|
static |
Definition at line 40 of file bethsoftvideo.c.
|
static |
Definition at line 51 of file bethsoftvideo.c.
Referenced by bethsoftvid_decode_frame().
|
static |
Definition at line 67 of file bethsoftvideo.c.
|
static |
Definition at line 147 of file bethsoftvideo.c.
AVCodec ff_bethsoftvid_decoder |
Definition at line 155 of file bethsoftvideo.c.