FFmpeg
|
VC1 test bitstream file demuxer by Konstantin Shishkov Format specified in SMPTE standard 421 Annex L. More...
Go to the source code of this file.
Macros | |
#define | VC1_EXTRADATA_SIZE 4 |
Functions | |
static int | vc1t_probe (AVProbeData *p) |
static int | vc1t_read_header (AVFormatContext *s) |
static int | vc1t_read_packet (AVFormatContext *s, AVPacket *pkt) |
Variables | |
AVInputFormat | ff_vc1t_demuxer |
VC1 test bitstream file demuxer by Konstantin Shishkov Format specified in SMPTE standard 421 Annex L.
Definition in file vc1test.c.
#define VC1_EXTRADATA_SIZE 4 |
Definition at line 33 of file vc1test.c.
Referenced by vc1t_read_header().
|
static |
|
static |
|
static |
AVInputFormat ff_vc1t_demuxer |