riff, aiff: fixed "limited range" gcc warning

On 32 bit systems with large file support enabled (i.e. "sizeof(off_t)
> sizeof(size_t)") gcc emits a warning because a size_t cast to off_t
can never become negative.
This commit is contained in:
Max Kellermann
2009-10-11 23:15:38 +02:00
parent a1d868eb56
commit 9a3f5ff977
3 changed files with 12 additions and 10 deletions

2
NEWS
View File

@@ -1,6 +1,8 @@
ver 0.15.5 (2009/??/??)
* input:
- curl: don't abort if a packet has only metadata
* tags:
- riff, aiff: fixed "limited range" gcc warning
* decoder_thread: change the fallback decoder name to "mad"