Go to the source code of this file.
Macros |
#define | PKTSIZE(s) (s & 0xffffff) |
| little macro to sanitize packet size
|
#define | HDRSIZE 12 |
Macro Definition Documentation
#define PKTSIZE |
( |
|
s | ) |
(s & 0xffffff) |
Enumeration Type Documentation
- Enumerator:
NUV_VIDEO |
|
NUV_EXTRADATA |
|
NUV_AUDIO |
|
NUV_SEEKP |
|
NUV_MYTHEXT |
|
Definition at line 41 of file nuv.c.
Function Documentation
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().
Definition at line 49 of file nuv.c.
Variable Documentation
Initial value: {
.name = "nuv",
.
flags = AVFMT_GENERIC_INDEX,
}
Definition at line 309 of file nuv.c.
Initial value:
Definition at line 29 of file nuv.c.