FFmpeg
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
pmpdec.c File Reference
#include "libavutil/intreadwrite.h"
#include "avformat.h"
#include "internal.h"

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 int pmp_probe ( AVProbeData p)
static

Definition at line 35 of file pmpdec.c.

static int pmp_header ( AVFormatContext s)
static

Definition at line 42 of file pmpdec.c.

static int pmp_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 129 of file pmpdec.c.

static int pmp_seek ( AVFormatContext s,
int  stream_index,
int64_t  ts,
int  flags 
)
static

Definition at line 173 of file pmpdec.c.

static int pmp_close ( AVFormatContext s)
static

Definition at line 181 of file pmpdec.c.

Variable Documentation

AVInputFormat ff_pmp_demuxer
Initial value:
= {
.name = "pmp",
.long_name = NULL_IF_CONFIG_SMALL("Playstation Portable PMP"),
.priv_data_size = sizeof(PMPContext),
}

Definition at line 188 of file pmpdec.c.