#include "libavutil/intreadwrite.h"
#include "avformat.h"
Go to the source code of this file.
Data Structures | |
struct | ThpDemuxContext |
Functions | |
static int | thp_probe (AVProbeData *p) |
static int | thp_read_header (AVFormatContext *s, AVFormatParameters *ap) |
static int | thp_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | thp_demuxer |
static int thp_probe | ( | AVProbeData * | p | ) | [static] |
static int thp_read_header | ( | AVFormatContext * | s, | |
AVFormatParameters * | ap | |||
) | [static] |
static int thp_read_packet | ( | AVFormatContext * | s, | |
AVPacket * | pkt | |||
) | [static] |
Initial value:
{ "thp", NULL_IF_CONFIG_SMALL("THP"), sizeof(ThpDemuxContext), thp_probe, thp_read_header, thp_read_packet }