aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-02-03 22:46:00 +0100
committerMax Kellermann <max@duempel.org>2009-02-03 22:46:00 +0100
commitc90552ddea9d2e19e094d68789d319a4f709667f (patch)
treedbc4ca7bebc31bbe7f9f61649095460fad307fb2 /m4
parent2c3fab848a048d6b1cdb80a3dbf98df57b5e9921 (diff)
downloadmpd-c90552ddea9d2e19e094d68789d319a4f709667f.tar.gz
mpd-c90552ddea9d2e19e094d68789d319a4f709667f.tar.xz
mpd-c90552ddea9d2e19e094d68789d319a4f709667f.zip
ffmpeg: fixed seek integer overflow
The "current" variable is used for calculating the seek destination, and was declared as "int". With very long song files, the 32 bit integer can overflow. ffmpeg expects an int64_t, which is very unlikely to overflow. Switch to int64_t.
Diffstat (limited to 'm4')
0 files changed, 0 insertions, 0 deletions