libavformat/thp.c File Reference

#include "libavutil/intreadwrite.h"
#include "libavutil/intfloat.h"
#include "avformat.h"
#include "internal.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)
static int thp_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat ff_thp_demuxer


Function Documentation

static int thp_probe ( AVProbeData p  )  [static]

Definition at line 48 of file thp.c.

static int thp_read_header ( AVFormatContext s  )  [static]

Definition at line 57 of file thp.c.

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

Definition at line 143 of file thp.c.


Variable Documentation

Initial value:

 {
    .name           = "thp",
    .long_name      = NULL_IF_CONFIG_SMALL("THP"),
    .priv_data_size = sizeof(ThpDemuxContext),
    .read_probe     = thp_probe,
    .read_header    = thp_read_header,
    .read_packet    = thp_read_packet
}

Definition at line 197 of file thp.c.


Generated on Fri Oct 26 02:48:02 2012 for FFmpeg by  doxygen 1.5.8