diff options
author | davilla <davilla@4pi.com> | 2013-01-17 23:15:41 -0500 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2013-01-18 10:29:40 -0500 |
commit | 966a6cc1cd7cd0d559178b0e7c1e7c94a4e7724b (patch) | |
tree | 01fc2970df3eff6d285b24b851091b326277e615 | |
parent | 2f4363b0b75aec128913c22c1ecd0534fbf7db28 (diff) |
[vda] revert back to intel greenline which is better than goofy framedrops for all
-rw-r--r-- | xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.cpp | 2 |
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( |