libwebm_utils: Silence sign compare warning.
Change-Id: I5b8cab857f7a8a48979ee8be6bd156b854952c61
This commit is contained in:
@@ -61,7 +61,7 @@ bool ParseVP9SuperFrameIndex(const std::uint8_t* frame,
|
||||
frame_offset += child_frame_length;
|
||||
}
|
||||
|
||||
if (frame_ranges->size() != num_frames) {
|
||||
if (static_cast<int>(frame_ranges->size()) != num_frames) {
|
||||
std::fprintf(stderr, "Webm2Pes: superframe index parse failed.\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user