diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-29 22:05:33 +0100 |
---|---|---|
committer | Reinhard Tartler <siretart@tauware.de> | 2014-03-02 11:42:36 -0500 |
commit | 298d66c8de1d4faa152f4ef557566aa0519223d8 (patch) | |
tree | e2c9499753b030cbdaa41d6dee6a5df0ad582562 /doc/print_options.c | |
parent | 92edc13d69188de1f12197996334c1cc6e2d12c5 (diff) | |
download | ffmpeg-298d66c8de1d4faa152f4ef557566aa0519223d8.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>
(cherry picked from commit 03c2a66fcff9707f71ffef7e61ce5e3973220d4b)
Diffstat (limited to 'doc/print_options.c')
0 files changed, 0 insertions, 0 deletions