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

Go to the source code of this file.

Functions

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

Variables

AVInputFormat ff_xvag_demuxer
 

Function Documentation

static int xvag_probe ( AVProbeData p)
static

Definition at line 27 of file xvag.c.

static int xvag_read_header ( AVFormatContext s)
static

Definition at line 36 of file xvag.c.

static int xvag_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 99 of file xvag.c.

Variable Documentation

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

Definition at line 106 of file xvag.c.