1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 07:43:03 +04:00

remove identical branch,may be paste error

This commit is contained in:
cyy
2018-09-07 13:37:59 +08:00
parent 26d847927f
commit 3041502861
-4
View File
@@ -207,10 +207,6 @@ bool WebPDecoder::readData(Mat &img)
{
cvtColor(read_img, img, COLOR_BGRA2BGR);
}
else if (img.type() == CV_8UC3 && m_type == CV_8UC4)
{
cvtColor(read_img, img, COLOR_BGRA2BGR);
}
else
{
CV_Error(Error::StsInternal, "");