Added a note to ePlayMode in device.h that VDR itself always uses pmAudioVideo when replaying a recording

This commit is contained in:
Klaus Schmidinger
2013-12-25 13:55:39 +01:00
parent 4e22b62192
commit 7c877edd2d
3 changed files with 6 additions and 1 deletions

View File

@@ -8084,3 +8084,5 @@ Video Disk Recorder Revision History
trick modes. Authors of plugins that implement output devices will need to add this
parameter to their derived cDevice class, regardless of whether they will make use
of it or not.
- Added a note to ePlayMode in device.h that VDR itself always uses pmAudioVideo when
replaying a recording (suggested by Thomas Reufer).