#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, AVFormatParameters *ap) |
| static int | swf_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
| AVInputFormat | ff_swf_demuxer |
| static int get_swf_tag | ( | AVIOContext * | pb, | |
| int * | len_ptr | |||
| ) | [static] |
| static int swf_probe | ( | AVProbeData * | p | ) | [static] |
| static int swf_read_header | ( | AVFormatContext * | s, | |
| AVFormatParameters * | ap | |||
| ) | [static] |
| static int swf_read_packet | ( | AVFormatContext * | s, | |
| AVPacket * | pkt | |||
| ) | [static] |
Initial value:
{
.name = "swf",
.long_name = NULL_IF_CONFIG_SMALL("Flash format"),
.priv_data_size = sizeof(SWFContext),
.read_probe = swf_probe,
.read_header = swf_read_header,
.read_packet = swf_read_packet,
}
1.5.8