aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.cpp b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.cpp
index 1a04607417..e4511a6a4b 100644
--- a/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.cpp
+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/DVDVideoCodecVDA.cpp
@@ -809,7 +809,7 @@ bool CDVDVideoCodecVDA::Open(CDVDStreamInfo &hints, CDVDCodecOptions &options)
{
// Nvidia gpu's are all powerful and work the way god intended
m_decode_async = true;
- m_use_cvBufferRef = true;
+ m_use_cvBufferRef = false;
}
else if (rendervendor.find("intel") != std::string::npos)
{
@@ -821,7 +821,7 @@ bool CDVDVideoCodecVDA::Open(CDVDStreamInfo &hints, CDVDCodecOptions &options)
{
// ATI gpu's are borked when using async decode
m_decode_async = false;
- m_use_cvBufferRef = true;
+ m_use_cvBufferRef = false;
}
if (!m_use_cvBufferRef)