kodi/imx6: move project specific patches to project folder

This commit is contained in:
Peter Vicman 2016-04-14 12:00:07 +02:00
parent 6a3535a58f
commit a8bbd345fa
2 changed files with 43318 additions and 25 deletions

View File

@ -1,25 +0,0 @@
From ccd6ad2f16b41286d22ba00fe2ca9df959d82dc9 Mon Sep 17 00:00:00 2001
From: fritsch <Peter.Fruehberger@gmail.com>
Date: Wed, 8 Apr 2015 20:53:58 +0200
Subject: [PATCH] IMX: Increase renderqueue size to 5
---
xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecIMX.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecIMX.cpp b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecIMX.cpp
index 09086b5..38017c1 100644
--- a/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecIMX.cpp
+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecIMX.cpp
@@ -37,7 +37,7 @@
#define IMX_VDI_MAX_WIDTH 968
#define FRAME_ALIGN 16
#define MEDIAINFO 1
-#define RENDER_QUEUE_SIZE 3
+#define RENDER_QUEUE_SIZE 5
#define _4CC(c1,c2,c3,c4) (((uint32_t)(c4)<<24)|((uint32_t)(c3)<<16)|((uint32_t)(c2)<<8)|(uint32_t)(c1))
#define Align(ptr,align) (((unsigned int)ptr + (align) - 1)/(align)*(align))
#define Align2(ptr,align) (((unsigned int)ptr)/(align)*(align))
--
1.9.1

File diff suppressed because it is too large Load Diff