]> git.sesse.net Git - ffmpeg/blobdiff - tools/ffhash.c
Merge commit '49ebe3f9fe02174ae7e14548001fd146ed375cc2'
[ffmpeg] / tools / ffhash.c
index 00a287271784798d02847114abd94cfd5569b6d7..086d48a7ab5292681e02d9bc3cd64a4ef9f504f3 100644 (file)
@@ -87,7 +87,7 @@ static int check(char *file)
 
     av_hash_init(hash);
     for (;;) {
-        ssize_t size = read(fd, buffer, SIZE);
+        int size = read(fd, buffer, SIZE);
         if (size < 0) {
             close(fd);
             finish();