diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-29 22:05:33 +0100 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2014-03-01 00:24:55 +0200 |
commit | 03c2a66fcff9707f71ffef7e61ce5e3973220d4b (patch) | |
tree | 6716f00c1011376e039bb82f22eb70cc2e2c8e8b /tests/copycooker.sh | |
parent | 5612244351b2eb3cb4e6225861a0f55aa5d0c475 (diff) | |
download | ffmpeg-03c2a66fcff9707f71ffef7e61ce5e3973220d4b.tar.gz |
qt-faststart: Fix the signedness of variables keeping the ftello return values
These variables are assigned the return values of ftello, which
returns an off_t, which is a signed type. On errors, ftello returns
-1, thus make sure this error return value can be stored properly.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'tests/copycooker.sh')
0 files changed, 0 insertions, 0 deletions