Open bgrzesik opened 9 months ago
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
CodedBitstreamBuffer
AsRef<[u8]>
libva::MappedCodedSegment
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