Clarify use of LIBPLACEBO_GL

This commit is contained in:
jojo61 2024-10-22 09:39:51 +02:00
parent e624e9c83d
commit 6768bc5b18
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ CUVID ?= 0
DRM ?= 0 DRM ?= 0
# use libplacebo - # use libplacebo -
# available for all decoders but for DRM you need LIBPLACEBO_GL # available for all decoders but for DRM and VAAPI you need LIBPLACEBO_GL
LIBPLACEBO ?= 0 LIBPLACEBO ?= 0
LIBPLACEBO_GL ?= 0 LIBPLACEBO_GL ?= 0

View File

@ -251,8 +251,8 @@ Setup: /etc/vdr/setup.conf
(Red * 65536 + Green * 256 + Blue) (Red * 65536 + Green * 256 + Blue)
softhddevice.StudioLevels = 0 softhddevice.StudioLevels = 0
0 use limited RGB (16-235) with vdpau. 0 use limited RGB (16-235) with placebo.
1 use full RGB (0-255) with vdpau. 1 use full RGB (0-255) with placebo.
softhddevice.Suspend.Close = 0 softhddevice.Suspend.Close = 0
1 suspend closes x11 window, connection and audio device. 1 suspend closes x11 window, connection and audio device.