FFmpeg
|
pmpdec.c File Reference
Include dependency graph for pmpdec.c:
Go to the source code of this file.
Data Structures | |
struct | PMPContext |
Functions | |
static int | pmp_probe (AVProbeData *p) |
static int | pmp_header (AVFormatContext *s) |
static int | pmp_packet (AVFormatContext *s, AVPacket *pkt) |
static int | pmp_seek (AVFormatContext *s, int stream_index, int64_t ts, int flags) |
static int | pmp_close (AVFormatContext *s) |
Variables | |
AVInputFormat | ff_pmp_demuxer |
Function Documentation
|
static |
|
static |
|
static |
|
static |
|
static |
Variable Documentation
AVInputFormat ff_pmp_demuxer |
Initial value:
= {
.name = "pmp",
.long_name = NULL_IF_CONFIG_SMALL("Playstation Portable PMP"),
.priv_data_size = sizeof(PMPContext),
.read_probe = pmp_probe,
.read_close = pmp_close,
}
static int read_seek(AVFormatContext *ctx, int stream_index, int64_t timestamp, int flags)
Definition: libcdio.c:153
#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 pmp_seek(AVFormatContext *s, int stream_index, int64_t ts, int flags)
Definition: pmpdec.c:173
Definition: pmpdec.c:26
Generated on Mon Nov 18 2024 06:52:08 for FFmpeg by 1.8.11