]> git.sesse.net Git - ffmpeg/commit
ffhash: Change size to an int
authorAlex Smith <alex.smith@warpsharp.info>
Tue, 24 Sep 2013 13:16:32 +0000 (09:16 -0400)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 24 Sep 2013 14:29:18 +0000 (16:29 +0200)
commit2599a62fbb31a340d106774b8b3dd84169f92895
treee8ce0676014b672d09d64208d80128bf2f5675df
parent4fdf2fa94a3f4658073185f399d6c9c3e5b47272
ffhash: Change size to an int

This fixes compilation with MSVC and ICL, and makes ffhash consistent
with how the rest of the codebase uses read().

Reviewed-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tools/ffhash.c