mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
fix _view.py import
This commit is contained in:
parent
df129c7ba3
commit
5007aa5458
@ -5,7 +5,7 @@ from .dag import get_outgoing_edges
|
||||
from ._run import topo_sort
|
||||
import tempfile
|
||||
|
||||
from ffmpeg.nodes import (
|
||||
from .nodes import (
|
||||
FilterNode,
|
||||
get_stream_spec_nodes,
|
||||
InputNode,
|
||||
|
Loading…
x
Reference in New Issue
Block a user