Remove duplicate match_line declaration

This commit is contained in:
n9Mtq4 2020-08-22 15:23:35 -04:00
parent 55eaa833ff
commit 6756fefb86

View file

@ -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)