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 (AVIOContext *pb, int *len_ptr)
static int swf_probe (AVProbeData *p)
static int swf_read_header (AVFormatContext *s)
static int swf_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

static const AVCodecTag swf_audio_codec_tags []
AVInputFormat ff_swf_demuxer


Function Documentation

static int get_swf_tag ( AVIOContext pb,
int len_ptr 
) [static]

Definition at line 35 of file swfdec.c.

Referenced by swf_read_packet().

static int swf_probe ( AVProbeData p  )  [static]

Definition at line 54 of file swfdec.c.

static int swf_read_header ( AVFormatContext s  )  [static]

Definition at line 97 of file swfdec.c.

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

Definition at line 139 of file swfdec.c.


Variable Documentation

Initial value:

 {
    .name           = "swf",
    .long_name      = NULL_IF_CONFIG_SMALL("SWF (ShockWave Flash)"),
    .priv_data_size = sizeof(SWFContext),
    .read_probe     = swf_probe,
    .read_header    = swf_read_header,
    .read_packet    = swf_read_packet,



}

Definition at line 286 of file swfdec.c.

const AVCodecTag swf_audio_codec_tags[] [static]

Initial value:

Definition at line 26 of file swfdec.c.


Generated on Fri Oct 26 02:50:11 2012 for FFmpeg by  doxygen 1.5.8