libavformat/swfdec.c File Reference

#include "libavutil/intreadwrite.h"
#include "swf.h"

Go to the source code of this file.

Functions

static int get_swf_tag (ByteIOContext *pb, int *len_ptr)
static int swf_probe (AVProbeData *p)
static int swf_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int swf_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat swf_demuxer


Function Documentation

static int get_swf_tag ( ByteIOContext pb,
int *  len_ptr 
) [static]

Definition at line 26 of file swfdec.c.

Referenced by swf_read_packet().

static int swf_probe ( AVProbeData p  )  [static]

Definition at line 45 of file swfdec.c.

static int swf_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 55 of file swfdec.c.

static int swf_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 82 of file swfdec.c.


Variable Documentation

Initial value:

 {
    "swf",
    NULL_IF_CONFIG_SMALL("Flash format"),
    sizeof(SWFContext),
    swf_probe,
    swf_read_header,
    swf_read_packet,
}

Definition at line 210 of file swfdec.c.


Generated on Fri Oct 26 02:36:55 2012 for FFmpeg by  doxygen 1.5.8