fixed faulty while loop break
This commit is contained in:
@@ -392,10 +392,10 @@ FramePtr FFmpegDecoder::RetrieveVideo(const rational &timecode, const int &divid
|
|||||||
// We found the frame we want
|
// We found the frame we want
|
||||||
return_frame = working_frame_converted;
|
return_frame = working_frame_converted;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (return_frame) {
|
if (return_frame) {
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user