libavformat/vqf.c File Reference

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

Go to the source code of this file.

Data Structures

struct  VqfContext

Functions

static int vqf_probe (AVProbeData *probe_packet)
static void add_metadata (AVFormatContext *s, const char *tag, unsigned int tag_len, unsigned int remaining)
static int vqf_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int vqf_read_packet (AVFormatContext *s, AVPacket *pkt)
static int vqf_read_seek (AVFormatContext *s, int stream_index, int64_t timestamp, int flags)

Variables

AVInputFormat ff_vqf_demuxer


Function Documentation

static void add_metadata ( AVFormatContext s,
const char *  tag,
unsigned int  tag_len,
unsigned int  remaining 
) [static]

Definition at line 46 of file vqf.c.

Referenced by vqf_read_header().

static int vqf_probe ( AVProbeData probe_packet  )  [static]

Definition at line 32 of file vqf.c.

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

Definition at line 63 of file vqf.c.

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

Definition at line 198 of file vqf.c.

static int vqf_read_seek ( AVFormatContext s,
int  stream_index,
int64_t  timestamp,
int  flags 
) [static]

Definition at line 225 of file vqf.c.


Variable Documentation

Initial value:

 {
    "vqf",
    NULL_IF_CONFIG_SMALL("Nippon Telegraph and Telephone Corporation (NTT) TwinVQ"),
    sizeof(VqfContext),
    vqf_probe,
    vqf_read_header,
    vqf_read_packet,
    NULL,
    vqf_read_seek,
    .extensions = "vqf",
}

Definition at line 251 of file vqf.c.


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