mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/Generic_OSS: add patch make interlaced videos a bit better (temp)
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
d9abdb7721
commit
0124428fa0
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp b/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp
|
||||||
|
index 605d83b..d64ccf1 100644
|
||||||
|
--- a/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp
|
||||||
|
+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp
|
||||||
|
@@ -38,7 +38,7 @@
|
||||||
|
#include "cores/VideoRenderers/RenderFlags.h"
|
||||||
|
|
||||||
|
using namespace VDPAU;
|
||||||
|
-#define NUM_RENDER_PICS 9
|
||||||
|
+#define NUM_RENDER_PICS 4
|
||||||
|
|
||||||
|
#define ARSIZE(x) (sizeof(x) / sizeof((x)[0]))
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user