diff options
author | davilla <davilla@4pi.com> | 2013-01-17 23:15:41 -0500 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2013-01-17 23:15:41 -0500 |
commit | f222f64df0333228c4a86166979ed33c277b59ee (patch) | |
tree | df644d03caa805adde19a854fb11e4b465b51a9b | |
parent | 637279d99ab8ead26ba74f3607cca4ad93a879dd (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( |