|
FFmpeg
|
Go to the source code of this file.
Data Structures | |
| struct | AvsFormat |
Enumerations | |
| enum | AvsBlockType { AVS_VIDEO = 0x01, AVS_AUDIO = 0x02, AVS_PALETTE = 0x03, AVS_GAME_DATA = 0x04, AVS_NONE = 0x00, AVS_VIDEO = 0x01, AVS_AUDIO = 0x02, AVS_PALETTE = 0x03, AVS_GAME_DATA = 0x04 } |
Functions | |
| static int | avs_probe (AVProbeData *p) |
| static int | avs_read_header (AVFormatContext *s) |
| static int | avs_read_video_packet (AVFormatContext *s, AVPacket *pkt, AvsBlockType type, int sub_type, int size, uint8_t *palette, int palette_size) |
| static int | avs_read_audio_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | avs_read_packet (AVFormatContext *s, AVPacket *pkt) |
| static int | avs_read_close (AVFormatContext *s) |
Variables | |
| AVInputFormat | ff_avs_demuxer |
| enum AvsBlockType |
|
static |
|
static |
|
static |
Definition at line 84 of file avs.c.
Referenced by avs_read_packet().
|
static |
Definition at line 121 of file avs.c.
Referenced by avs_read_packet().
|
static |
|
static |
| AVInputFormat ff_avs_demuxer |
1.8.2