libavformat/yop.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"
Go to the source code of this file.
Typedef Documentation
Function Documentation
static int yop_probe |
( |
AVProbeData * |
probe_packet |
) |
[static] |
Definition at line 38 of file yop.c.
Definition at line 50 of file yop.c.
static int yop_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
timestamp, |
|
|
int |
flags | |
|
) |
| | [static] |
Variable Documentation
Initial value:
{
.name = "yop",
.long_name = NULL_IF_CONFIG_SMALL("Psygnosis YOP Format"),
.priv_data_size = sizeof(YopDecContext),
.read_probe = yop_probe,
.read_header = yop_read_header,
.read_packet = yop_read_packet,
.read_close = yop_read_close,
.read_seek = yop_read_seek,
.extensions = "yop",
.flags = AVFMT_GENERIC_INDEX,
}
Definition at line 207 of file yop.c.