From a032fbd82e07ab1abd994e43875fb4997568e17e Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Thu, 20 Jun 2019 10:54:19 +0200 Subject: [PATCH] Allwinner: drop kodi sw format check patch Signed-off-by: Matthias Reichl --- .../kodi/0001-Remove-check-for-sw-format.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 projects/Allwinner/patches/kodi/0001-Remove-check-for-sw-format.patch 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 : ""); -