Closed khabinov closed 6 years ago
configuration
parse_image_size
boost::optional
streams::error_or
time_limit
frames_limit
long
int
streams::take()
decode_image_frames(width, height, ...)
decode_image_frames(image_size, ...)
This refactoring should help with converting recorder to pool mode.
configuration
outparse_image_size
fromboost::optional
tostreams::error_or
time_limit
andframes_limit
fromlong
toint
to avoid overflow instreams::take()
decode_image_frames(width, height, ...)
todecode_image_frames(image_size, ...)
This refactoring should help with converting recorder to pool mode.