Skip to content

Commit

Permalink
add ReadLiveLast fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenxinfeng committed Nov 14, 2023
1 parent 385ca81 commit bf7ea0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffmpegcv/ffmpeg_noblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def noblock(fun:Callable, *v_args, **v_kargs):
return proxyfun


class ReadLast(threading.Thread, ffmpegcv.FFmpegReader):
class ReadLiveLast(threading.Thread, ffmpegcv.FFmpegReader):
def __init__(self, fun, *args, **kvargs):
threading.Thread.__init__(self)
ffmpegcv.FFmpegReader.__init__(self)
Expand Down

0 comments on commit bf7ea0f

Please sign in to comment.