xbmc: update to version pvr-ppa-odk54

This commit is contained in:
Gujs 2011-11-03 07:45:55 +01:00
parent 52b526f4d5
commit f03ed734f9
22 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="xbmc-theme-Confluence"
PKG_VERSION="99c0b41"
PKG_VERSION="2884715"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -19,7 +19,7 @@
################################################################################
PKG_NAME="xbmc"
PKG_VERSION="99c0b41"
PKG_VERSION="2884715"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"

View File

@ -3,9 +3,9 @@ index d4892b5..697431c 100644
--- a/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp
+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/VDPAU.cpp
@@ -943,6 +943,7 @@ bool CVDPAU::ConfigVDPAU(AVCodecContext* avctx, int ref_frames)
outputSurface = outputSurfaces[surfaceNum];
vdpauConfigured = true;
m_vdpauOutputMethod = OUTPUT_NONE;
+ m_binterlacedFrame = false;
return true;
}