Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epiphansdk/rgb_to_bgra_converter.cpp
Original file line number Diff line number Diff line change
@@ -50,7 +50,7 @@ void RgbToBgraConverter::set_frame_dimensions(size_t width,
{
assert(width > 0);
assert(height > 0);
if (_width == width and _height == height)
if (_width == width && _height == height)
return;

_width = width;

0 comments on commit 3f86bce

Please sign in to comment.