]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mlvdec.c
Merge commit '22f98ac19cf29f22b3e1d10314df9503f06fe683'
[ffmpeg] / libavformat / mlvdec.c
index d387c871ee9538428517be1b423ef9c5c8c817c8..ded8196af23776c628295d03024a2ca0e00d538a 100644 (file)
@@ -77,7 +77,7 @@ static int check_file_header(AVIOContext *pb, uint64_t guid)
     return 0;
 }
 
-static void read_string(AVFormatContext *avctx, AVIOContext *pb, const char *tag, int size)
+static void read_string(AVFormatContext *avctx, AVIOContext *pb, const char *tag, unsigned size)
 {
     char * value = av_malloc(size + 1);
     if (!value) {