From c90552ddea9d2e19e094d68789d319a4f709667f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 3 Feb 2009 22:46:00 +0100 Subject: 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. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6956f16d7..0f571da67 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ ver 0.14.2 (2009/??/??) - ffmpeg: added support for the tags comment, genre, year - ffmpeg: don't warn of empty packet output - ffmpeg: check if the time stamp is valid + - ffmpeg: fixed seek integer overflow - wavpack: pass NULL if the .wvc file fails to open - mikmod: call MikMod_Exit() only in the finish() method * audio outputs: -- cgit v1.2.3