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:
Stephan Raue 2013-09-21 20:25:59 +02:00
parent d9abdb7721
commit 0124428fa0

View File

@ -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]))