projects/Generic_OSS/patches: remove unneeded patch

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-09-26 03:52:22 +02:00
parent 288ec70613
commit 8287383c61

View File

@ -1,13 +0,0 @@
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]))