Fixed adding new source types in case they are already registered

This commit is contained in:
Klaus Schmidinger
2014-03-09 12:15:08 +01:00
parent ff1422a75a
commit e823560ec5
5 changed files with 20 additions and 6 deletions

View File

@@ -7870,7 +7870,7 @@ Video Disk Recorder Revision History
and also to use the correct directory with --edit (the latter reported by Marko
M<>kel<65>).
2014-03-08: Version 2.0.6
2014-03-09: Version 2.0.6
- Updated 'sources.conf' (thanks to Antti Hartikainen).
- cFont::CreateFont() now returns a dummy font in case there are no fonts installed.
@@ -7904,3 +7904,5 @@ Video Disk Recorder Revision History
on some HD channels to get stuck and resulted in buffer overflows.
- Fixed handling PAT packets when detecting frames, so that they can be properly
taken into account when regenerating the index of a recording.
- Fixed adding new source types in case they are already registered (reported by Rolf
Ahrenberg).