mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +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
|
from ._run import topo_sort
|
||||||
import tempfile
|
import tempfile
|
||||||
|
|
||||||
from ffmpeg.nodes import (
|
from .nodes import (
|
||||||
FilterNode,
|
FilterNode,
|
||||||
get_stream_spec_nodes,
|
get_stream_spec_nodes,
|
||||||
InputNode,
|
InputNode,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user