libavformat/vc1test.c File Reference

VC1 test bitstream file demuxer by Konstantin Shishkov Format specified in SMPTE standard 421 Annex L. More...

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

Go to the source code of this file.

Defines

#define VC1_EXTRADATA_SIZE   4

Functions

static int vc1t_probe (AVProbeData *p)
static int vc1t_read_header (AVFormatContext *s, AVFormatParameters *ap)
static int vc1t_read_packet (AVFormatContext *s, AVPacket *pkt)

Variables

AVInputFormat vc1t_demuxer


Detailed Description

VC1 test bitstream file demuxer by Konstantin Shishkov Format specified in SMPTE standard 421 Annex L.

Definition in file vc1test.c.


Define Documentation

#define VC1_EXTRADATA_SIZE   4

Definition at line 32 of file vc1test.c.

Referenced by vc1t_read_header().


Function Documentation

static int vc1t_probe ( AVProbeData p  )  [static]

Definition at line 34 of file vc1test.c.

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

Definition at line 42 of file vc1test.c.

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

Definition at line 80 of file vc1test.c.


Variable Documentation

Initial value:

 {
    "vc1test",
    NULL_IF_CONFIG_SMALL("VC-1 test bitstream format"),
    0,
    vc1t_probe,
    vc1t_read_header,
    vc1t_read_packet,
    .flags = AVFMT_GENERIC_INDEX,
}

Definition at line 105 of file vc1test.c.


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