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:
@@ -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, "");
|
||||
|
||||
Reference in New Issue
Block a user