Re: [FFmpeg-devel] [PATCH 0/6] Add support for utilizing av1c as extradata

2020-11-24 Thread Jan Ekström
On Mon, Nov 23, 2020 at 10:11 PM James Almer wrote: > > On 11/23/2020 4:10 PM, Jan Ekström wrote: > > Until now an API user with a non-libavformat MP4 or Matroska demuxer > > would have had to manually filter the extradata to skip the first four > > bytes when passing data to libavcodec, so that o

Re: [FFmpeg-devel] [PATCH 0/6] Add support for utilizing av1c as extradata

2020-11-23 Thread James Almer
On 11/23/2020 4:10 PM, Jan Ekström wrote: Until now an API user with a non-libavformat MP4 or Matroska demuxer would have had to manually filter the extradata to skip the first four bytes when passing data to libavcodec, so that only the OBUs would remain. Now the AV1CodecConfigurationRecord stru