Go to the source code of this file.
|
#define | NSV_MAX_RESYNC (500*1024) |
|
#define | NSV_MAX_RESYNC_TRIES 300 |
|
#define | T_NSVF MKTAG('N', 'S', 'V', 'f') /* file header */ |
|
#define | T_NSVS MKTAG('N', 'S', 'V', 's') /* chunk header */ |
|
#define | T_TOC2 MKTAG('T', 'O', 'C', '2') /* extra index marker */ |
|
#define | T_NONE MKTAG('N', 'O', 'N', 'E') /* null a/v 4CC */ |
|
#define | T_SUBT MKTAG('S', 'U', 'B', 'T') /* subtitle aux data */ |
|
#define | T_ASYN MKTAG('A', 'S', 'Y', 'N') /* async a/v aux marker */ |
|
#define | T_KEYF MKTAG('K', 'E', 'Y', 'F') /* video keyframe aux marker (addition) */ |
|
#define | TB_NSVF MKBETAG('N', 'S', 'V', 'f') |
|
#define | TB_NSVS MKBETAG('N', 'S', 'V', 's') |
|
#define | NSV_ST_VIDEO 0 |
|
#define | NSV_ST_AUDIO 1 |
|
#define | NSV_ST_SUBT 2 |
|
#define | print_tag(str, tag, size) |
|
#define NSV_MAX_RESYNC (500*1024) |
#define NSV_MAX_RESYNC_TRIES 300 |
#define T_TOC2 MKTAG('T', 'O', 'C', '2') /* extra index marker */ |
#define T_NONE MKTAG('N', 'O', 'N', 'E') /* null a/v 4CC */ |
#define T_ASYN MKTAG('A', 'S', 'Y', 'N') /* async a/v aux marker */ |
#define T_KEYF MKTAG('K', 'E', 'Y', 'F') /* video keyframe aux marker (addition) */ |
#define print_tag |
( |
|
str, |
|
|
|
tag, |
|
|
|
size |
|
) |
| |
- Enumerator:
NSV_UNSYNC |
|
NSV_FOUND_NSVF |
|
NSV_HAS_READ_NSVF |
|
NSV_FOUND_NSVS |
|
NSV_HAS_READ_NSVS |
|
NSV_FOUND_BEEF |
|
NSV_GOT_VIDEO |
|
NSV_GOT_AUDIO |
|
Definition at line 142 of file nsvdec.c.
static int nsv_read_seek |
( |
AVFormatContext * |
s, |
|
|
int |
stream_index, |
|
|
int64_t |
timestamp, |
|
|
int |
flags |
|
) |
| |
|
static |
Initial value:
Definition at line 182 of file nsvdec.c.
Initial value:
Definition at line 202 of file nsvdec.c.
Initial value:
Definition at line 767 of file nsvdec.c.