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
Just encountered an issue with an off-by-one enum in SwiftFFmpeg.AVHWDeviceContext which is missing "vaapi" between "cuda" and "dxva2" (pull request incoming). I'm not sure where or how this occurred - was vaapi added by FFmpeg at some point?
The old way of doing the SwiftFFmpeg enums might have been better as there would never be a latent issue like this. I'm not sure if that means this new way isn't better, but definitely something to consider!
The text was updated successfully, but these errors were encountered:
Just encountered an issue with an off-by-one enum in SwiftFFmpeg.AVHWDeviceContext which is missing "vaapi" between "cuda" and "dxva2" (pull request incoming). I'm not sure where or how this occurred - was vaapi added by FFmpeg at some point?
The old way of doing the SwiftFFmpeg enums might have been better as there would never be a latent issue like this. I'm not sure if that means this new way isn't better, but definitely something to consider!
The text was updated successfully, but these errors were encountered: