Add get_image method to Stream (#61918)
* Add get_image method to Stream * Add KeyFrameConverter class
This commit is contained in:
parent
eda9291ca1
commit
6e13605cad
8 changed files with 153 additions and 6 deletions
|
@ -29,4 +29,5 @@ def mock_turbo_jpeg(
|
|||
(second_width, second_height, 0, 0),
|
||||
]
|
||||
mocked_turbo_jpeg.scale_with_quality.return_value = EMPTY_8_6_JPEG
|
||||
mocked_turbo_jpeg.encode.return_value = EMPTY_8_6_JPEG
|
||||
return mocked_turbo_jpeg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue