Go to the source code of this file.
§ PKTSIZE
#define PKTSIZE |
( |
|
s | ) |
(s & 0xffffff) |
§ HDRSIZE
§ nuv_frametype
Enumerator |
---|
NUV_VIDEO | |
NUV_EXTRADATA | |
NUV_AUDIO | |
NUV_SEEKP | |
NUV_MYTHEXT | |
Definition at line 41 of file nuv.c.
§ nuv_probe()
Definition at line 49 of file nuv.c.
§ get_codec_data()
read until we found all data needed for decoding
- Parameters
-
vst | video stream of which to change parameters |
ast | video stream of which to change parameters |
myth | set if this is a MythTVVideo format file |
- Returns
- 0 or AVERROR code
Definition at line 68 of file nuv.c.
Referenced by nuv_header().
§ nuv_header()
§ nuv_packet()
§ nuv_audio_tags
Initial value:= {
}
preferred ID for decoding MPEG audio layer 1, 2 or 3
#define MKTAG(a, b, c, d)
Definition at line 29 of file nuv.c.
§ ff_nuv_demuxer
Initial value:= {
.name = "nuv",
}
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_header(FFV1Context *f)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition at line 306 of file nuv.c.