Go to the source code of this file.
|
#define | PKTSIZE(s) (s & 0xffffff) |
| little macro to sanitize packet size
|
|
#define | HDRSIZE 12 |
|
#define PKTSIZE |
( |
|
s | ) |
(s & 0xffffff) |
- Enumerator:
NUV_VIDEO |
|
NUV_EXTRADATA |
|
NUV_AUDIO |
|
NUV_SEEKP |
|
NUV_MYTHEXT |
|
Definition at line 41 of file nuv.c.
Definition at line 49 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
- 0 or AVERROR code
Definition at line 68 of file nuv.c.
Referenced by nuv_header().
looks for the string RTjjjjjjjjjj in the stream too resync reading
- Returns
- 1 if the syncword is found 0 otherwise.
Definition at line 309 of file nuv.c.
Referenced by nuv_read_dts().
static int64_t nuv_read_dts |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t * |
ppos, |
|
|
int64_t |
pos_limit |
|
) |
| |
|
static |
attempts to read a timestamp from stream at the given stream position
- Returns
- timestamp if successful and AV_NOPTS_VALUE if failure
Definition at line 326 of file nuv.c.
Initial value:
Definition at line 29 of file nuv.c.
Initial value:
Definition at line 380 of file nuv.c.