Fixed calling iconv_close() only with a valid iconv_t value

This commit is contained in:
Klaus Schmidinger
2012-12-03 09:34:12 +01:00
parent 441bf30032
commit e2796948b2
3 changed files with 6 additions and 3 deletions

View File

@@ -7339,7 +7339,7 @@ Video Disk Recorder Revision History
- Modified editing marks are now written to disk whenever the replay progress display
gets hidden (thanks to Christoph Haubrich).
2012-12-02: Version 1.7.33
2012-12-03: Version 1.7.33
- In order to be able to play TS recordings from other sources, in which there is
more than one PMT PID in the PAT, 'int cPatPmtParser::PatPmt(void)' has been changed
@@ -7358,3 +7358,4 @@ Video Disk Recorder Revision History
- Fixed a typo in skins.h (thanks to Lars Hanisch).
- Simplified calculating the PTS offset in cPtsFixer::Fix() and fixed the overflow
handling of PCR values (thanks to S<>ren Moch).
- Fixed calling iconv_close() only with a valid iconv_t value (thanks to Juergen Lock).