Skip to content

Commit aa1beec

Browse files
committed
fix compiler warnings
1 parent 57ba3fc commit aa1beec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libheif/color-conversion/monochrome.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ Op_mono_to_RGB24_32::convert_colorspace(const std::shared_ptr<const HeifPixelIma
227227
}
228228

229229
const uint8_t* in_y, * in_a = nullptr;
230-
int in_y_stride = 0, in_a_stride;
230+
int in_y_stride = 0, in_a_stride = 0;
231231

232232
uint8_t* out_p;
233233
int out_p_stride = 0;

0 commit comments

Comments
 (0)