Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.

ExtraArgs Bug #21

Closed
JingFaC opened this issue Dec 14, 2020 · 0 comments
Closed

ExtraArgs Bug #21

JingFaC opened this issue Dec 14, 2020 · 0 comments

Comments

@JingFaC
Copy link

JingFaC commented Dec 14, 2020

ffmpeg/options.go:100 if vm, ok := value.(map[string]string{}); ok {

should be if vm, ok := value.(map[string]interface{}); ok {

@xfrr xfrr closed this as completed Jan 25, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants