diff --git a/projects/Allwinner/patches/kodi/0001-Remove-check-for-sw-format.patch b/projects/Allwinner/patches/kodi/0001-Remove-check-for-sw-format.patch deleted file mode 100644 index f52879752d..0000000000 --- a/projects/Allwinner/patches/kodi/0001-Remove-check-for-sw-format.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff --git a/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecDRMPRIME.cpp b/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecDRMPRIME.cpp -index 3b0d0d832d..221f48f061 100644 ---- a/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecDRMPRIME.cpp -+++ b/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecDRMPRIME.cpp -@@ -243,12 +362,6 @@ bool CDVDVideoCodecDRMPRIME::Open(CDVDStreamInfo& hints, CDVDCodecOptions& optio - return false; - } - -- if (m_pCodecContext->pix_fmt != AV_PIX_FMT_DRM_PRIME) -- { -- CLog::Log(LOGNOTICE, "CDVDVideoCodecDRMPRIME::%s - unexpected pix fmt %s", __FUNCTION__, av_get_pix_fmt_name(m_pCodecContext->pix_fmt)); -- avcodec_free_context(&m_pCodecContext); -- return false; -- } - - const char* pixFmtName = av_get_pix_fmt_name(m_pCodecContext->pix_fmt); - m_processInfo.SetVideoPixelFormat(pixFmtName ? pixFmtName : ""); -