FFmpeg
Functions | Variables
swfdec.c File Reference
#include "config.h"
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavcodec/get_bits.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 (const 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

◆ get_swf_tag()

static int get_swf_tag ( AVIOContext pb,
int len_ptr 
)
static

Definition at line 46 of file swfdec.c.

Referenced by swf_read_packet().

◆ swf_probe()

static int swf_probe ( const AVProbeData p)
static

Definition at line 64 of file swfdec.c.

◆ swf_read_header()

static int swf_read_header ( AVFormatContext s)
static

Definition at line 134 of file swfdec.c.

◆ create_new_audio_stream()

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

Definition at line 176 of file swfdec.c.

Referenced by swf_read_packet().

◆ swf_read_packet()

static int swf_read_packet ( AVFormatContext s,
AVPacket pkt 
)
static

Definition at line 202 of file swfdec.c.

Variable Documentation

◆ swf_audio_codec_tags

const AVCodecTag swf_audio_codec_tags[]
static
Initial value:
= {
{ AV_CODEC_ID_MP3, 0x02 },
}

Definition at line 37 of file swfdec.c.

Referenced by create_new_audio_stream().

◆ ff_swf_demuxer

AVInputFormat ff_swf_demuxer
Initial value:
= {
.name = "swf",
.long_name = NULL_IF_CONFIG_SMALL("SWF (ShockWave Flash)"),
.priv_data_size = sizeof(SWFContext),
}

Definition at line 539 of file swfdec.c.

AV_CODEC_ID_PCM_S16LE
@ AV_CODEC_ID_PCM_S16LE
Definition: avcodec.h:463
swf_read_header
static int swf_read_header(AVFormatContext *s)
Definition: swfdec.c:134
SWFContext
Definition: swf.h:123
AV_CODEC_ID_MP3
@ AV_CODEC_ID_MP3
preferred ID for decoding MPEG audio layer 1, 2 or 3
Definition: avcodec.h:565
swf_read_packet
static int swf_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: swfdec.c:202
read_header
static int read_header(FFV1Context *f)
Definition: ffv1dec.c:530
read_probe
static int read_probe(const AVProbeData *pd)
Definition: jvdec.c:55
NULL_IF_CONFIG_SMALL
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
Definition: internal.h:188
AV_CODEC_ID_ADPCM_SWF
@ AV_CODEC_ID_ADPCM_SWF
Definition: avcodec.h:515
AV_CODEC_ID_NONE
@ AV_CODEC_ID_NONE
Definition: avcodec.h:216
swf_probe
static int swf_probe(const AVProbeData *p)
Definition: swfdec.c:64
read_packet
static int read_packet(void *opaque, uint8_t *buf, int buf_size)
Definition: avio_reading.c:42