mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +00:00
removed not needed class
This commit is contained in:
parent
1ba2515f81
commit
f1e50a63ac
1 changed files with 0 additions and 7 deletions
|
@ -6,13 +6,6 @@ from av1an.encoder import ENCODERS
|
||||||
from av1an.project import Project
|
from av1an.project import Project
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class PipeProcessor:
|
|
||||||
|
|
||||||
def __init__(self):
|
|
||||||
self.data = None
|
|
||||||
|
|
||||||
|
|
||||||
def process_pipe(pipe, chunk: Chunk):
|
def process_pipe(pipe, chunk: Chunk):
|
||||||
encoder_history = deque(maxlen=20)
|
encoder_history = deque(maxlen=20)
|
||||||
while True:
|
while True:
|
||||||
|
|
Loading…
Reference in a new issue