mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added a note to ePlayMode in device.h that VDR itself always uses pmAudioVideo when replaying a recording
This commit is contained in:
parent
4e22b62192
commit
7c877edd2d
@ -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
|
||||
|
2
HISTORY
2
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).
|
||||
|
3
device.h
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user