swfdec.c File Reference
Include dependency graph for swfdec.c:

Go to the source code of this file.

Functions

static int get_swf_tag (AVIOContext *pb, int *len_ptr)
 
static int swf_probe (AVProbeData *p)
 
static int swf_read_header (AVFormatContext *s)
 
static AVStreamcreate_new_audio_stream (AVFormatContext *s, int id, int info)
 
static int swf_read_packet (AVFormatContext *s, AVPacket *pkt)
 

Variables

static const AVCodecTag swf_audio_codec_tags []
 
AVInputFormat ff_swf_demuxer
 

Function Documentation

static AVStream* create_new_audio_stream ( AVFormatContext s,
int  id,
int  info 
)
static

Definition at line 141 of file swfdec.c.

Referenced by swf_read_packet().

static int get_swf_tag ( AVIOContext pb,
int *  len_ptr 
)
static

Definition at line 38 of file swfdec.c.

Referenced by swf_read_packet().

static int swf_probe ( AVProbeData p)
static

Definition at line 56 of file swfdec.c.

static int swf_read_header ( AVFormatContext s)
static

Definition at line 99 of file swfdec.c.

static int swf_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 167 of file swfdec.c.

Variable Documentation

AVInputFormat ff_swf_demuxer
Initial value:
= {
.name = "swf",
.long_name = NULL_IF_CONFIG_SMALL("SWF (ShockWave Flash)"),
.priv_data_size = sizeof(SWFContext),
}
static int swf_probe(AVProbeData *p)
Definition: swfdec.c:56
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
struct SWFContext SWFContext
static int read_probe(AVProbeData *pd)
static int swf_read_header(AVFormatContext *s)
Definition: swfdec.c:99
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:517
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition: libcdio.c:114
static int swf_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: swfdec.c:167

Definition at line 479 of file swfdec.c.

const AVCodecTag swf_audio_codec_tags[]
static
Initial value:

Definition at line 29 of file swfdec.c.