Removed superfluous calls to SetVideoFormat() from device constructors

This commit is contained in:
Klaus Schmidinger
2012-02-15 13:22:03 +01:00
parent 825dd70bc4
commit 7a8cadd393
3 changed files with 4 additions and 8 deletions

View File

@@ -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.