mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Remove duplicate match_line
declaration
This commit is contained in:
parent
55eaa833ff
commit
6756fefb86
1 changed files with 0 additions and 8 deletions
|
@ -118,11 +118,3 @@ class Vvc(Encoder):
|
|||
pipe.wait()
|
||||
|
||||
return output
|
||||
|
||||
def match_line(line):
|
||||
"""Extract number of encoded frames from line.
|
||||
|
||||
:param line: one line of text output from the encoder
|
||||
:return: match object from re.search matching the number of encoded frames"""
|
||||
|
||||
return re.search(r"POC.*? ([^ ]+?)", line)
|
||||
|
|
Loading…
Reference in a new issue