Fix --compat-option no-direct-merge
This commit is contained in:
parent
03c862794f
commit
d5fe04f5c7
2 changed files with 2 additions and 2 deletions
|
|
@ -357,7 +357,7 @@ class FFmpegFD(ExternalFD):
|
|||
pass
|
||||
|
||||
@classmethod
|
||||
def can_merge_formats(cls, info_dict, params={}):
|
||||
def can_merge_formats(cls, info_dict, params):
|
||||
return (
|
||||
info_dict.get('requested_formats')
|
||||
and info_dict.get('protocol')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue