Files
mpd/src/decoder
Max Kellermann 824d299eb1 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.
2009-02-03 22:51:44 +01:00
..
2009-01-19 09:54:47 +01:00
2008-10-31 09:19:53 +01:00
2009-01-25 18:47:21 +01:00