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
We can expand the CodedBitstreamBuffer to accept another generic from the backend, a segment, which would require AsRef<[u8]> . In the case of the vaapi it would be mapped to libva::MappedCodedSegment
The text was updated successfully, but these errors were encountered:
We can expand the
CodedBitstreamBuffer
to accept another generic from the backend, a segment, which would requireAsRef<[u8]>
. In the case of the vaapi it would be mapped tolibva::MappedCodedSegment
The text was updated successfully, but these errors were encountered: