summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-12-25 13:55:39 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-12-25 13:55:39 +0100
commit7c877edd2dcce10a8b83684290747b9af3897006 (patch)
tree672522b236a723f04039a00b6a5b7be64a2cc840
parent4e22b621927c7c17e2cb5d77ee1bf52335f4ba5b (diff)
downloadvdr-7c877edd2dcce10a8b83684290747b9af3897006.tar.gz
vdr-7c877edd2dcce10a8b83684290747b9af3897006.tar.bz2
Added a note to ePlayMode in device.h that VDR itself always uses pmAudioVideo when replaying a recording
-rw-r--r--CONTRIBUTORS2
-rw-r--r--HISTORY2
-rw-r--r--device.h3
3 files changed, 6 insertions, 1 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 4d74bf9f..2a9d75f8 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -3226,3 +3226,5 @@ Thomas Reufer <thomas@reufer.ch>
for making it clear that the Data parameter in cDevice::StillPicture() may point to a
series of packets, not just a single one
for suggesting to add an additional parameter named Forward to cDevice::TrickSpeed()
+ for suggesting to add a note to ePlayMode in device.h that VDR itself always uses
+ pmAudioVideo when replaying a recording
diff --git a/HISTORY b/HISTORY
index bdc1251c..f4cdb91b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -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).
diff --git a/device.h b/device.h
index acfe0b4b..cf839f68 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 3.5 2013/12/25 13:19:58 kls Exp $
+ * $Id: device.h 3.6 2013/12/25 13:53:35 kls Exp $
*/
#ifndef __DEVICE_H
@@ -35,6 +35,7 @@
enum eSetChannelResult { scrOk, scrNotAvailable, scrNoTransfer, scrFailed };
+// Note that VDR itself always uses pmAudioVideo when replaying a recording!
enum ePlayMode { pmNone, // audio/video from decoder
pmAudioVideo, // audio/video from player
pmAudioOnly, // audio only from player, video from decoder