]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nutdec.c
avformat: Make AVChapter.id an int64_t on next major bump
[ffmpeg] / libavformat / nutdec.c
index ebb062377d8a89479a56ebf9cc1428edd9bf060d..d1f3496990c14d4e3109c53e199d9d3e0745d983 100644 (file)
@@ -489,8 +489,8 @@ static int decode_info_header(NUTContext *nut)
     AVIOContext *bc    = s->pb;
     uint64_t tmp, chapter_start, chapter_len;
     unsigned int stream_id_plus1, count;
-    int chapter_id, i, ret = 0;
-    int64_t value, end;
+    int i, ret = 0;
+    int64_t chapter_id, value, end;
     char name[256], str_value[1024], type_str[256];
     const char *type;
     int *event_flags        = NULL;