mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
match with python 2.x syntax
This commit is contained in:
parent
22c9cc2f03
commit
f839009802
@ -344,7 +344,7 @@ class MergeOutputsNode(Node):
|
||||
|
||||
class HeaderNode (Node):
|
||||
|
||||
def __init__(self, name: str = None, args=[], kwargs={}):
|
||||
def __init__(self, name, args=[], kwargs={}):
|
||||
super(HeaderNode, self).__init__(
|
||||
stream_spec=None,
|
||||
name=name,
|
||||
|
@ -16,7 +16,7 @@ except ImportError:
|
||||
from unittest import mock # python 3
|
||||
|
||||
|
||||
def pip_to_rtmp(url: str):
|
||||
def pip_to_rtmp(url):
|
||||
""" Capture Facetime camera and screen in macOS and stream it to facebook
|
||||
"""
|
||||
facetime_camera_input = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user