text_input_stream: detect end-of-file

Fixes endless loop when the last line of a text file was not
terminated (bug 3470).
This commit is contained in:
Max Kellermann
2012-03-19 19:51:19 +01:00
parent 103832742d
commit 4f500149af
2 changed files with 18 additions and 2 deletions

1
NEWS
View File

@@ -3,6 +3,7 @@ ver 0.16.8 (2012/??/??)
* decoder:
- vorbis (and others): fix seeking at startup
- ffmpeg: read the "year" tag
* fix endless loop in text file reader
ver 0.16.7 (2012/02/04)