mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Fixed the default value for "Pause key handling" in the MANUAL
This commit is contained in:
parent
561d41c0d4
commit
2d5dfd72de
@ -2365,6 +2365,7 @@ Denis Knauf <denis.knauf@gmail.com>
|
|||||||
|
|
||||||
Diego Pierotto <vdr-italian@tiscali.it>
|
Diego Pierotto <vdr-italian@tiscali.it>
|
||||||
for translating OSD texts to the Italian language
|
for translating OSD texts to the Italian language
|
||||||
|
for reporting a wrong default value for "Pause key handling" in the MANUAL
|
||||||
|
|
||||||
Timo Eskola <timo@tolleri.net>
|
Timo Eskola <timo@tolleri.net>
|
||||||
for implementing sending all frames to devices that can handle them in fast forward
|
for implementing sending all frames to devices that can handle them in fast forward
|
||||||
|
2
HISTORY
2
HISTORY
@ -6194,3 +6194,5 @@ Video Disk Recorder Revision History
|
|||||||
- Fixed references to old *.vdr file names in MANUAL (reported by Arthur Konovalov).
|
- Fixed references to old *.vdr file names in MANUAL (reported by Arthur Konovalov).
|
||||||
- Reverted "Removed limitation to PAL resolution from SPU handling" because it
|
- Reverted "Removed limitation to PAL resolution from SPU handling" because it
|
||||||
cause nothing but trouble. Besides, the core VDR doesn't use this, anyway.
|
cause nothing but trouble. Besides, the core VDR doesn't use this, anyway.
|
||||||
|
- Fixed the default value for "Pause key handling" in the MANUAL (reported by
|
||||||
|
Diego Pierotto).
|
||||||
|
2
MANUAL
2
MANUAL
@ -748,7 +748,7 @@ Version 1.6
|
|||||||
Pause priority = 10 The Priority and Lifetime values used when pausing live
|
Pause priority = 10 The Priority and Lifetime values used when pausing live
|
||||||
Pause lifetime = 1 video.
|
Pause lifetime = 1 video.
|
||||||
|
|
||||||
Pause key handling = 3 Defines what happens if the Pause key on the remote control
|
Pause key handling = 2 Defines what happens if the Pause key on the remote control
|
||||||
is pressed during live tv.
|
is pressed during live tv.
|
||||||
0 = do not pause live video
|
0 = do not pause live video
|
||||||
1 = confirm pause live video
|
1 = confirm pause live video
|
||||||
|
Loading…
Reference in New Issue
Block a user