Go to the source code of this file.
#define PKTSIZE |
( |
|
s | ) |
(s & 0xffffff) |
Enumerator |
---|
NUV_VIDEO |
|
NUV_EXTRADATA |
|
NUV_AUDIO |
|
NUV_SEEKP |
|
NUV_MYTHEXT |
|
Definition at line 34 of file nuv.c.
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
- 1 if all required codec data was found
Definition at line 60 of file nuv.c.
Referenced by nuv_header().
Definition at line 42 of file nuv.c.
Initial value:= {
.name = "nuv",
}
static int read_header(FFV1Context *f)
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification. ...
static int read_probe(AVProbeData *p)
static int read_packet(AVFormatContext *ctx, AVPacket *pkt)
Definition at line 262 of file nuv.c.