FFmpeg
Loading...
Searching...
No Matches
xvag.c File Reference
#include "libavutil/bswap.h"
#include "libavcodec/internal.h"
#include "avformat.h"
#include "demux.h"
#include "internal.h"

Go to the source code of this file.

Functions

static int xvag_probe (const AVProbeData *p)
 
static int xvag_read_header (AVFormatContext *s)
 
static int xvag_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

const FFInputFormat ff_xvag_demuxer
 

Function Documentation

◆ xvag_probe()

static int xvag_probe ( const AVProbeData * p)
static

Definition at line 28 of file xvag.c.

◆ xvag_read_header()

static int xvag_read_header ( AVFormatContext * s)
static

Definition at line 37 of file xvag.c.

◆ xvag_read_packet()

static int xvag_read_packet ( AVFormatContext * s,
AVPacket * pkt )
static

Definition at line 101 of file xvag.c.

Variable Documentation

◆ ff_xvag_demuxer

const FFInputFormat ff_xvag_demuxer
Initial value:
= {
.p.name = "xvag",
.p.long_name = NULL_IF_CONFIG_SMALL("Sony PS3 XVAG"),
.p.extensions = "xvag",
.read_probe = xvag_probe,
.read_header = xvag_read_header,
.read_packet = xvag_read_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition internal.h:88
static int xvag_read_header(AVFormatContext *s)
Definition xvag.c:37
static int xvag_probe(const AVProbeData *p)
Definition xvag.c:28
static int xvag_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition xvag.c:101

Definition at line 108 of file xvag.c.