Skip to content

Commit

Permalink
Merge pull request #5587 from lupustr3:pvlasov/ipp_cond_update
Browse files Browse the repository at this point in the history
  • Loading branch information
vpisarev committed Nov 2, 2015
2 parents 46dd502 + 5ae3693 commit b2f6aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/imgproc/src/smooth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1716,7 +1716,7 @@ static bool ipp_GaussianBlur( InputArray _src, OutputArray _dst, Size ksize,

IppStatus status = ippStsErr;
#if !HAVE_ICV
#if IPP_VERSION_X100 > 901 // Buffer overflow in IPP
#if IPP_VERSION_X100 > 900 // Buffer overflow may happen in IPP 9.0.0 and less
if (type == CV_8UC1)
IPP_FILTER_GAUSS_C1(8u)
else
Expand Down

0 comments on commit b2f6aed

Please sign in to comment.