mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
kodi/imx6: move project specific patches to project folder
This commit is contained in:
parent
6a3535a58f
commit
a8bbd345fa
@ -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
|
|
||||||
|
|
43318
projects/imx6/patches/kodi/imx6-jarvis.patch
Normal file
43318
projects/imx6/patches/kodi/imx6-jarvis.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user