You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now for ffmpeg I have to pass options as part of the create call, which means that if I switch adapters I have to change all instances of create which kind of defeats the purpose of adapters. I wonder if there's a way I can configure an adapter and register it or something so I can just change what that short-name refers to if I change my adapter?
The text was updated successfully, but these errors were encountered:
Right now for ffmpeg I have to pass options as part of the
create
call, which means that if I switch adapters I have to change all instances ofcreate
which kind of defeats the purpose of adapters. I wonder if there's a way I can configure an adapter and register it or something so I can just change what that short-name refers to if I change my adapter?The text was updated successfully, but these errors were encountered: