diff --git a/Av1an/encoders/vvc.py b/Av1an/encoders/vvc.py index eb9f31c..2819e2b 100644 --- a/Av1an/encoders/vvc.py +++ b/Av1an/encoders/vvc.py @@ -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)