FFmpeg
|
libavformat/bmv.c File Reference
Include dependency graph for libavformat/bmv.c:
Go to the source code of this file.
Data Structures | |
struct | BMVContext |
Typedefs | |
typedef struct BMVContext | BMVContext |
Enumerations | |
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 } |
Functions | |
static int | bmv_read_header (AVFormatContext *s) |
static int | bmv_read_packet (AVFormatContext *s, AVPacket *pkt) |
static int | bmv_read_close (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_bmv_demuxer |
Typedef Documentation
typedef struct BMVContext BMVContext |
Enumeration Type Documentation
enum 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 26 of file libavformat/bmv.c.
Function Documentation
|
static |
Definition at line 122 of file libavformat/bmv.c.
|
static |
Definition at line 42 of file libavformat/bmv.c.
|
static |
Definition at line 71 of file libavformat/bmv.c.
Variable Documentation
AVInputFormat ff_bmv_demuxer |
Initial value:
= {
.name = "bmv",
.long_name = NULL_IF_CONFIG_SMALL("Discworld II BMV"),
.priv_data_size = sizeof(BMVContext),
.extensions = "bmv",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int bmv_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: libavformat/bmv.c:71
struct BMVContext BMVContext
Definition at line 131 of file libavformat/bmv.c.
Generated on Mon Nov 18 2024 06:52:05 for FFmpeg by 1.8.11