Go to the source code of this file.
|
enum | BMVFlags {
BMV_NOP = 0
, BMV_END
, BMV_DELTA
, BMV_INTRA
,
BMV_SCROLL = 0x04
, BMV_PALETTE = 0x08
, BMV_COMMAND = 0x10
, BMV_AUDIO = 0x20
,
BMV_EXT = 0x40
, BMV_PRINT = 0x80
, BMV_NOP = 0
, BMV_END
,
BMV_DELTA
, BMV_INTRA
, BMV_AUDIO = 0x20
} |
|
◆ SCREEN_WIDE
◆ SCREEN_HIGH
◆ NEXT_BYTE
#define NEXT_BYTE |
( |
|
v | ) |
(v) = forward ? (v) + 1 : (v) - 1; |
◆ BMVFlags
Enumerator |
---|
BMV_NOP | |
BMV_END | |
BMV_DELTA | |
BMV_INTRA | |
BMV_SCROLL | |
BMV_PALETTE | |
BMV_COMMAND | |
BMV_AUDIO | |
BMV_EXT | |
BMV_PRINT | |
BMV_NOP | |
BMV_END | |
BMV_DELTA | |
BMV_INTRA | |
BMV_AUDIO | |
Definition at line 29 of file bmvvideo.c.
◆ decode_bmv_frame()
◆ decode_frame()
◆ decode_init()
◆ ff_bmv_video_decoder
Initial value:= {
.name = "bmv_video",
}
static av_cold int init(AVCodecContext *avctx)
static int decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *pkt)
static av_cold int decode_init(AVCodecContext *avctx)
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() or get_encode_buffer() for allocating buffers and supports custom allocators.
#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition at line 288 of file bmvvideo.c.