Use software decoder by default
This commit is contained in:
@@ -93,7 +93,7 @@ CVideoPlayer::CVideoPlayer():
|
||||
, m_bPaused(FALSE)
|
||||
, m_bSizeChanged(FALSE)
|
||||
//, m_nRenderMode(RENDER_MODE_KEEP)
|
||||
, m_nHWDecoding(HW_DECODING_AUTO)
|
||||
, m_nHWDecoding(HW_DECODING_DISABLE) // Software decode by default — saves VRAM
|
||||
, m_nDstVideoFmt(AV_PIX_FMT_YUV420P)
|
||||
, m_bUpdown(FALSE)
|
||||
, m_bSnapshot(FALSE)
|
||||
|
||||
Reference in New Issue
Block a user