FFmpeg
|
#include "libavutil/avassert.h"
#include "libavutil/channel_layout.h"
#include "libavutil/imgutils.h"
#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 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 |
|
static |
Definition at line 38 of file swfdec.c.
Referenced by swf_read_packet().
|
static |
|
static |
|
static |
Definition at line 141 of file swfdec.c.
Referenced by swf_read_packet().
|
static |
|
static |
AVInputFormat ff_swf_demuxer |