aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavilla <davilla@4pi.com>2013-01-17 23:15:41 -0500
committerdavilla <davilla@4pi.com>2013-01-17 23:15:41 -0500
commitf222f64df0333228c4a86166979ed33c277b59ee (patch)
treedf644d03caa805adde19a854fb11e4b465b51a9b
parent637279d99ab8ead26ba74f3607cca4ad93a879dd (diff)
[vda] revert back to intel greenline which is better than goofy framedrops for all
-rw-r--r--xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.cpp b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.cpp
index bc7000ed8b..d2c7b91ec9 100644
--- a/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.cpp
+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.cpp
@@ -804,6 +804,7 @@ bool CDVDVideoCodecVDA::Open(CDVDStreamInfo &hints, CDVDCodecOptions &options)
}
m_use_cvBufferRef = true;
+#if 0
//TODO fix after Frodo if (g_Windowing.GetRenderVendor().Find("Intel") > -1)
{
m_dllSwScale = new DllSwScale;
@@ -847,6 +848,7 @@ bool CDVDVideoCodecVDA::Open(CDVDStreamInfo &hints, CDVDCodecOptions &options)
m_use_cvBufferRef = false;
}
+#endif
// setup the decoder configuration dict
CFMutableDictionaryRef decoderConfiguration = CFDictionaryCreateMutable(