#include "avformat.h"
#include "voc.h"
Go to the source code of this file.
Enumerator |
---|
AVS_VIDEO |
|
AVS_AUDIO |
|
AVS_PALETTE |
|
AVS_GAME_DATA |
|
AVS_NONE |
|
AVS_VIDEO |
|
AVS_AUDIO |
|
AVS_PALETTE |
|
AVS_GAME_DATA |
|
Definition at line 39 of file avs.c.
Definition at line 47 of file avs.c.
Definition at line 60 of file avs.c.
Initial value:= {
.name = "avs",
}
static av_cold int read_close(AVFormatContext *ctx)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition at line 226 of file avs.c.