mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
kodi: update to kodi-15.0-beta1-d1a2c33
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
992c2ce6f4
commit
b43f864758
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="kodi-theme-Confluence"
|
||||
PKG_VERSION="15.0-beta1-7dacc6e"
|
||||
PKG_VERSION="15.0-beta1-d1a2c33"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -17,7 +17,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="kodi"
|
||||
PKG_VERSION="15.0-beta1-7dacc6e"
|
||||
PKG_VERSION="15.0-beta1-d1a2c33"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -5895,37 +5895,6 @@ index a694182..6474c1b 100644
|
||||
MMAL_PORT_T *m_vout_input;
|
||||
MMAL_POOL_T *m_vout_input_pool;
|
||||
|
||||
From 307e0afce416a01e4623692dcb3ee501faab60f3 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Sun, 19 Apr 2015 16:17:25 +0100
|
||||
Subject: [PATCH 55/56] [mmalcodec] Fix initialisation of m_format in init_vout
|
||||
|
||||
---
|
||||
xbmc/cores/VideoRenderers/MMALRenderer.cpp | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/xbmc/cores/VideoRenderers/MMALRenderer.cpp b/xbmc/cores/VideoRenderers/MMALRenderer.cpp
|
||||
index 270036d..e73feed 100644
|
||||
--- a/xbmc/cores/VideoRenderers/MMALRenderer.cpp
|
||||
+++ b/xbmc/cores/VideoRenderers/MMALRenderer.cpp
|
||||
@@ -129,7 +129,7 @@ bool CMMALRenderer::init_vout(ERenderFormat format)
|
||||
if (m_bMMALConfigured)
|
||||
return true;
|
||||
|
||||
- m_format = RENDER_FMT_MMAL;
|
||||
+ m_format = format;
|
||||
if (m_format != RENDER_FMT_MMAL && m_format != RENDER_FMT_YUV420P)
|
||||
return true;
|
||||
|
||||
@@ -550,6 +550,7 @@ void CMMALRenderer::UnInitMMAL()
|
||||
m_video_stereo_mode = RENDER_STEREO_MODE_OFF;
|
||||
m_display_stereo_mode = RENDER_STEREO_MODE_OFF;
|
||||
m_StereoInvert = false;
|
||||
+ m_format = RENDER_FMT_NONE;
|
||||
|
||||
m_bConfigured = false;
|
||||
m_bMMALConfigured = false;
|
||||
|
||||
From 055a522a3a5298ad53f3d0bad491d43d7f562ac8 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Tue, 21 Apr 2015 14:32:07 +0100
|
||||
|
@ -5895,37 +5895,6 @@ index a694182..6474c1b 100644
|
||||
MMAL_PORT_T *m_vout_input;
|
||||
MMAL_POOL_T *m_vout_input_pool;
|
||||
|
||||
From 307e0afce416a01e4623692dcb3ee501faab60f3 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Sun, 19 Apr 2015 16:17:25 +0100
|
||||
Subject: [PATCH 55/56] [mmalcodec] Fix initialisation of m_format in init_vout
|
||||
|
||||
---
|
||||
xbmc/cores/VideoRenderers/MMALRenderer.cpp | 3 ++-
|
||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||
|
||||
diff --git a/xbmc/cores/VideoRenderers/MMALRenderer.cpp b/xbmc/cores/VideoRenderers/MMALRenderer.cpp
|
||||
index 270036d..e73feed 100644
|
||||
--- a/xbmc/cores/VideoRenderers/MMALRenderer.cpp
|
||||
+++ b/xbmc/cores/VideoRenderers/MMALRenderer.cpp
|
||||
@@ -129,7 +129,7 @@ bool CMMALRenderer::init_vout(ERenderFormat format)
|
||||
if (m_bMMALConfigured)
|
||||
return true;
|
||||
|
||||
- m_format = RENDER_FMT_MMAL;
|
||||
+ m_format = format;
|
||||
if (m_format != RENDER_FMT_MMAL && m_format != RENDER_FMT_YUV420P)
|
||||
return true;
|
||||
|
||||
@@ -550,6 +550,7 @@ void CMMALRenderer::UnInitMMAL()
|
||||
m_video_stereo_mode = RENDER_STEREO_MODE_OFF;
|
||||
m_display_stereo_mode = RENDER_STEREO_MODE_OFF;
|
||||
m_StereoInvert = false;
|
||||
+ m_format = RENDER_FMT_NONE;
|
||||
|
||||
m_bConfigured = false;
|
||||
m_bMMALConfigured = false;
|
||||
|
||||
From 055a522a3a5298ad53f3d0bad491d43d7f562ac8 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Tue, 21 Apr 2015 14:32:07 +0100
|
||||
|
Loading…
x
Reference in New Issue
Block a user