Re: [FFmpeg-devel] Chromium 110 and ffmpeg 5.1.2

2023-02-22 Thread Neal Gompa
On Wed, Feb 22, 2023 at 7:28 PM Hendrik Leppkes wrote: > > On Wed, Feb 22, 2023 at 9:42 PM Drew Abbott wrote: > > > > Hello, > > > > I am trying to build Chromium 110 with ffmpeg version 5.1.2. One of > > the errors I get while building has to do with the API for accessing > > first_dts. It

Re: [FFmpeg-devel] Chromium 110 and ffmpeg 5.1.2

2023-02-22 Thread Hendrik Leppkes
On Wed, Feb 22, 2023 at 9:42 PM Drew Abbott wrote: > > Hello, > > I am trying to build Chromium 110 with ffmpeg version 5.1.2. One of > the errors I get while building has to do with the API for accessing > first_dts. It looks like previously it was just a member of AVStream, > but now it can

Re: [FFmpeg-devel] Chromium 110 and ffmpeg 5.1.2

2023-02-22 Thread Timo Rothenpieler
On 22.02.2023 21:41, Drew Abbott wrote: Hello, I am trying to build Chromium 110 with ffmpeg version 5.1.2. One of the errors I get while building has to do with the API for accessing first_dts. It looks like previously it was just a member of AVStream, but now it can only be accessed with

[FFmpeg-devel] Chromium 110 and ffmpeg 5.1.2

2023-02-22 Thread Drew Abbott
Hello, I am trying to build Chromium 110 with ffmpeg version 5.1.2. One of the errors I get while building has to do with the API for accessing first_dts. It looks like previously it was just a member of AVStream, but now it can only be accessed with av_stream_get_first_dts: