diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-15 13:22:03 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-02-15 13:22:03 +0100 |
commit | 7a8cadd3935bcf8ac9dbc3ba0bbbf761c8cb202f (patch) | |
tree | d7c40cf2a0b785897352817b7a5d835c0123ce67 /HISTORY | |
parent | 825dd70bc4d3a247207fa6f490aa3f86376d9270 (diff) | |
download | vdr-7a8cadd3935bcf8ac9dbc3ba0bbbf761c8cb202f.tar.gz vdr-7a8cadd3935bcf8ac9dbc3ba0bbbf761c8cb202f.tar.bz2 |
Removed superfluous calls to SetVideoFormat() from device constructors
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -6875,3 +6875,5 @@ Video Disk Recorder Revision History - Added some missing 'const' to cDevice (thanks to Joachim Wilke). - Fixed handling the PrimaryLimit when requesting a device for live viewing (reported by Uwe Scheffler). +- Removed superfluous calls to SetVideoFormat() from device constructors. This + function is called in cDevice::SetPrimaryDevice(), anyway. |