Imported Debian version 2.5.3~trusty1
[deb_ffmpeg.git] / ffmpeg / cmdutils.c
index b68dae97539d3c4acd29b3fda8bd9f978d28f21c..708b536a6838a84f0e7484c3f048ac3c91942b13 100644 (file)
@@ -1860,7 +1860,7 @@ int read_yesno(void)
 
 int cmdutils_read_file(const char *filename, char **bufptr, size_t *size)
 {
-    int ret;
+    int64_t ret;
     FILE *f = av_fopen_utf8(filename, "rb");
 
     if (!f) {