]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gxf.c
Merge commit 'db158f0dd217cf839be8af195d66cf49a76537a8'
[ffmpeg] / libavformat / gxf.c
index 6c624f00a8e58fda2b1573acb7b11f513bc0826a..d9b629d7de460208c73efed316a4f3936a88cbe3 100644 (file)
@@ -560,7 +560,7 @@ static int gxf_packet(AVFormatContext *s, AVPacket *pkt) {
 }
 
 static int gxf_seek(AVFormatContext *s, int stream_index, int64_t timestamp, int flags) {
-    int res = 0;
+    int64_t res = 0;
     uint64_t pos;
     uint64_t maxlen = 100 * 1024 * 1024;
     AVStream *st = s->streams[0];