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
Hi,
I am trying to get hwaccelerated decoding working in my project. I imported the library via SPM and pasted the example inside my project. This leads to a lot of errors ( see screenshots below ).
I inspected the errors and recognized, that e.g. the error Type 'AVHWDeviceType' has no member 'supportedDeviceTypes' could not be valid, if we would be using this AVHWContext.swift file. So I assume, that the provided hw-decode-example is outdated? Am I missing something? I would appreciate any help.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to get hwaccelerated decoding working in my project. I imported the library via SPM and pasted the example inside my project. This leads to a lot of errors ( see screenshots below ).
I inspected the errors and recognized, that e.g. the error
Type 'AVHWDeviceType' has no member 'supportedDeviceTypes'
could not be valid, if we would be using this AVHWContext.swift file. So I assume, that the provided hw-decode-example is outdated? Am I missing something? I would appreciate any help.The text was updated successfully, but these errors were encountered: