|
FFmpeg
|
#include "libavutil/intreadwrite.h"#include "libavutil/mem.h"#include "avformat.h"#include "demux.h"#include "internal.h"Go to the source code of this file.
Data Structures | |
| struct | PMPContext |
Functions | |
| static int | pmp_probe (const 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 | |
| const FFInputFormat | ff_pmp_demuxer |
|
static |
|
static |
|
static |
|
static |
|
static |
| const FFInputFormat ff_pmp_demuxer |
1.8.17