mirror of
https://projects.vdr-developer.org/git/vdr-plugin-softhddevice.git
synced 2023-10-10 19:16:51 +02:00
Use VDR SPU decoder as default.
This commit is contained in:
parent
833112eaa9
commit
ebb8482226
@ -1,6 +1,7 @@
|
|||||||
User johns
|
User johns
|
||||||
Date:
|
Date:
|
||||||
|
|
||||||
|
Use VDR SPU decoder as default.
|
||||||
Fix bug: grab image negative quality isn't the default 100.
|
Fix bug: grab image negative quality isn't the default 100.
|
||||||
Support AMD VDPAU with surface size != requested size.
|
Support AMD VDPAU with surface size != requested size.
|
||||||
Add cache for auto-crop buffer.
|
Add cache for auto-crop buffer.
|
||||||
|
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ CONFIG += -DUSE_PIP # PIP support
|
|||||||
#CONFIG += -DNO_TS_AUDIO # disable ts audio parser
|
#CONFIG += -DNO_TS_AUDIO # disable ts audio parser
|
||||||
#CONFIG += -DUSE_TS_VIDEO # build new ts video parser
|
#CONFIG += -DUSE_TS_VIDEO # build new ts video parser
|
||||||
#CONFIG += -DUSE_MPEG_COMPLETE # support only complete mpeg packets
|
#CONFIG += -DUSE_MPEG_COMPLETE # support only complete mpeg packets
|
||||||
#CONFIG += -DUSE_VDR_SPU # use VDR SPU decoder.
|
CONFIG += -DUSE_VDR_SPU # use VDR SPU decoder.
|
||||||
#CONFIG += -DUSE_SOFTLIMIT # (tobe removed) limit the buffer fill
|
#CONFIG += -DUSE_SOFTLIMIT # (tobe removed) limit the buffer fill
|
||||||
|
|
||||||
ifeq ($(ALSA),1)
|
ifeq ($(ALSA),1)
|
||||||
|
Loading…
Reference in New Issue
Block a user