mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
+fix
This commit is contained in:
parent
430c572e6b
commit
e4088ec39b
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ class EncodingManager:
|
|||
ENCODERS[project.encoder].on_after_chunk(project, chunk)
|
||||
|
||||
# get the number of encoded frames, if no check assume it worked and encoded same number of frames
|
||||
encoded_frames = chunk_frames if project.no_check else frame_check_output(chunk, chunk_frames)
|
||||
encoded_frames = chunk_frames if project.no_check else self.frame_check_output(chunk, chunk_frames)
|
||||
|
||||
# write this chunk as done if it encoded correctly
|
||||
if encoded_frames == chunk_frames:
|
||||
|
|
Loading…
Reference in a new issue