FFmpeg
|
VC1 test bitstream file demuxer by Konstantin Shishkov Format specified in SMPTE standard 421 Annex L. More...
Include dependency graph for vc1test.c:
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 |
Detailed Description
VC1 test bitstream file demuxer by Konstantin Shishkov Format specified in SMPTE standard 421 Annex L.
Definition in file vc1test.c.
Macro Definition Documentation
#define VC1_EXTRADATA_SIZE 4 |
Definition at line 33 of file vc1test.c.
Referenced by vc1t_read_header().
Function Documentation
|
static |
|
static |
|
static |
Variable Documentation
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,
.flags = AVFMT_GENERIC_INDEX,
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
Definition: libavutil/internal.h:123
static int vc1t_read_packet(AVFormatContext *s, AVPacket *pkt)
Definition: vc1test.c:87
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11