Revision e1c0b00b libavformat/nutdec.c
libavformat/nutdec.c | ||
---|---|---|
389 | 389 |
static int decode_info_header(NUTContext *nut){ |
390 | 390 |
AVFormatContext *s= nut->avf; |
391 | 391 |
ByteIOContext *bc = s->pb; |
392 |
uint64_t tmp; |
|
393 |
unsigned int stream_id_plus1, chapter_start, chapter_len, count;
|
|
392 |
uint64_t tmp, chapter_start, chapter_len;
|
|
393 |
unsigned int stream_id_plus1, count; |
|
394 | 394 |
int chapter_id, i; |
395 | 395 |
int64_t value, end; |
396 | 396 |
char name[256], str_value[1024], type_str[256]; |
Also available in: Unified diff