FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "libavutil/imgutils.h"
#include "libavutil/intreadwrite.h"
#include "swf.h"
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 AVStream * | create_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 |
Definition at line 141 of file swfdec.c.
Referenced by swf_read_packet().
|
static |
Definition at line 38 of file swfdec.c.
Referenced by swf_read_packet().
|
static |
|
static |
|
static |
Variable Documentation
AVInputFormat ff_swf_demuxer |
Initial value:
= {
.name = "swf",
.long_name = NULL_IF_CONFIG_SMALL("SWF (ShockWave Flash)"),
.priv_data_size = sizeof(SWFContext),
.read_probe = swf_probe,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
struct SWFContext SWFContext
static int swf_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: swfdec.c:167
|
static |
Initial value:
= {
{ AV_CODEC_ID_PCM_S16LE, 0x00 },
{ AV_CODEC_ID_ADPCM_SWF, 0x01 },
{ AV_CODEC_ID_MP3, 0x02 },
{ AV_CODEC_ID_PCM_S16LE, 0x03 },
{ AV_CODEC_ID_NONE, 0 },
}
Definition: libavcodec/avcodec.h:100
preferred ID for decoding MPEG audio layer 1, 2 or 3
Definition: libavcodec/avcodec.h:382
Definition: libavcodec/avcodec.h:299
Definition: libavcodec/avcodec.h:345
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11