Data Structures | Typedefs | Functions | Variables

libavformat/thp.c File Reference

#include "libavutil/intreadwrite.h"
#include "avformat.h"

Go to the source code of this file.

Data Structures

struct  ThpDemuxContext

Typedefs

typedef struct ThpDemuxContext 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

Typedef Documentation


Function Documentation

static int thp_probe ( AVProbeData p  )  [static]

Definition at line 46 of file thp.c.

static int thp_read_header ( AVFormatContext s,
AVFormatParameters ap 
) [static]

Definition at line 55 of file thp.c.

static int thp_read_packet ( AVFormatContext s,
AVPacket pkt 
) [static]

Definition at line 139 of file thp.c.


Variable Documentation

Initial value:

Definition at line 190 of file thp.c.