mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
xbmc: update to xbmc-13.alpha-9f8d687
This commit is contained in:
parent
9c1020f1d4
commit
cbc2d48b2f
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc-theme-Confluence"
|
||||
PKG_VERSION="13.alpha-fd297a5"
|
||||
PKG_VERSION="13.alpha-9f8d687"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -19,7 +19,7 @@
|
||||
################################################################################
|
||||
|
||||
PKG_NAME="xbmc"
|
||||
PKG_VERSION="13.alpha-fd297a5"
|
||||
PKG_VERSION="13.alpha-9f8d687"
|
||||
PKG_REV="1"
|
||||
PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
|
@ -9112,31 +9112,3 @@ index 6429291..4334d21 100644
|
||||
1.8.4
|
||||
|
||||
|
||||
From ad6464b2ca6ef9b00485d4f633897db490ed47f5 Mon Sep 17 00:00:00 2001
|
||||
From: Rainer Hochecker <fernetmenta@online.de>
|
||||
Date: Mon, 4 Nov 2013 13:08:27 +0100
|
||||
Subject: [PATCH 79/79] vdpau: correct field order for deinterlacing, credits
|
||||
to zgreg
|
||||
|
||||
---
|
||||
xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp b/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp
|
||||
index 1ac0978..55f17e5 100644
|
||||
--- a/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp
|
||||
+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp
|
||||
@@ -2461,8 +2461,8 @@ void CMixer::ProcessPicture()
|
||||
past_surfaces[1] = m_mixerInput[2].videoSurface;
|
||||
}
|
||||
past_surfaces[0] = m_mixerInput[1].videoSurface;
|
||||
- futu_surfaces[0] = m_mixerInput[1].videoSurface;
|
||||
- futu_surfaces[1] = m_mixerInput[1].videoSurface;
|
||||
+ futu_surfaces[0] = m_mixerInput[0].videoSurface;
|
||||
+ futu_surfaces[1] = m_mixerInput[0].videoSurface;
|
||||
|
||||
if (m_mixerInput[0].DVDPic.pts != DVD_NOPTS_VALUE &&
|
||||
m_mixerInput[1].DVDPic.pts != DVD_NOPTS_VALUE)
|
||||
--
|
||||
1.8.4
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user