Skip to content

Commit

Permalink
*fix bug (previous commit).
Browse files Browse the repository at this point in the history
  • Loading branch information
ermig1979 committed Mar 1, 2023
1 parent f975e16 commit 62a6d61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Simd/SimdAvx2UyvyToBgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ namespace Simd
if (Aligned(uyvy) && Aligned(uyvyStride) && Aligned(bgr) && Aligned(bgrStride))
Uyvy422ToBgr<true>(uyvy, uyvyStride, width, height, bgr, bgrStride, yuvType);
else
Uyvy422ToBgr<false>(uyvy, uyvyStride, width, height, bgr, bgrStride, yuvType);
#endif
}
}
Expand Down

0 comments on commit 62a6d61

Please # to comment.