input/rewind: copy the MIME type only once

Reduce heap usage by reducing the number of malloc() / free() calls.
This commit is contained in:
Max Kellermann
2011-09-15 20:24:15 +02:00
parent c345c5ebae
commit 48a84ca23e
2 changed files with 5 additions and 1 deletions

2
NEWS
View File

@@ -1,5 +1,7 @@
ver 0.16.5 (2010/??/??)
* pcm_format: fix 32-to-24 bit conversion (the "silence" bug)
* input:
- rewind: reduce heap usage
ver 0.16.4 (2011/09/01)