Skip to content

Commit

Permalink
MPCVideoDec: исправлено преобразование P010 в YV12.
Browse files Browse the repository at this point in the history
  • Loading branch information
v0lt committed Jun 29, 2024
1 parent 585a814 commit 32b011d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/filters/transform/MPCVideoDec/FormatConverter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ void CFormatConverter::SetConvertFunc()
} else if (m_FProps.pftype == PFType_NV12) {
m_pConvertFn = &CFormatConverter::convert_nv12_yv12;
m_RequiredAlignment = 32;
} else if (m_FProps.pftype == PFType_P01x) {
m_pConvertFn = &CFormatConverter::convert_p010_nv12_sse2;
}
#if (0) // disabled because not increase performance
else if (m_FProps.pftype == PFType_YUV420) {
Expand Down

0 comments on commit 32b011d

Please sign in to comment.