FFmpeg
Macros | Variables
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"
#include "internal.h"

Macros

#define VC1_EXTRADATA_SIZE   4
 

Variables

AVInputFormat ff_vc1t_demuxer
 

Detailed Description

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

Variable Documentation

§ ff_vc1t_demuxer

AVInputFormat ff_vc1t_demuxer
Initial value:
= {
.name = "vc1test",
.long_name = NULL_IF_CONFIG_SMALL("VC-1 test bitstream"),
.read_probe = vc1t_probe,
.read_header = vc1t_read_header,
.read_packet = vc1t_read_packet,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: internal.h:186
#define AVFMT_GENERIC_INDEX
Use generic index building code.
Definition: avformat.h:470