]> git.sesse.net Git - ffmpeg/commit
siff: Use the correct type for packet size variables
authorVittorio Giovara <vittorio.giovara@gmail.com>
Sun, 8 Mar 2015 23:59:58 +0000 (23:59 +0000)
committerVittorio Giovara <vittorio.giovara@gmail.com>
Mon, 9 Mar 2015 12:58:17 +0000 (12:58 +0000)
commitad94c6ca0b86c463f476b26606259a2041dcddc9
tree8523c30d336f8d9e7923acdddf35887bdd334943
parent9f25a109922da43c1f81273a431d3b40cb5a785a
siff: Use the correct type for packet size variables

The avio functions used here return an unsigned value.
Also reduce a variable scope.

CC: libav-stable@libav.org
Bug-Id: CID 1258461
libavformat/siff.c