Skip to content

Commit fe8cc30

Browse files
committed
added impl's to MetadataLogger ref_in and output
1 parent 1dbc272 commit fe8cc30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/ffmpegio/analyze.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ class MetadataLogger(ABC):
128128
@property
129129
def filter(self) -> Filter:
130130
"""filter specification expression to be used in FilterGraph"""
131-
...
131+
return Filter(self.filter_name, **self.options)
132132

133133
@property
134134
def ref_in(self) -> str or None:
135135
"""stream specifier for reference input url only if applicable"""
136-
...
136+
return None
137137

138138
@property
139139
def output(self) -> namedtuple:

0 commit comments

Comments
 (0)