Re: [PATCH] Fix compilation against latest FFmpeg.
Reimar Döffinger <[email protected]> Sat, 1 May 2021 17:29:19 +0200
| Newsgroups | gmane.comp.video.mplayer.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, May 01, 2021 at 03:34:49PM +0200, Alexander Strasser wrote: > On 2021-05-01 13:04 +0200, Alexander Strasser wrote: > > > > Others are worrying because previously differently decoded frames become > > all the same, like in this example: > > Unsure at what cost, but simply removing this > > av_dict_set(&opts, "fflags", "+keepside", 0); > > line in libmpdemux/demux_lavf.c at L608 makes the tests happy again. I think didn't do anything ever since we added the explicit side data merging in 2016? Is that the only issue? Should I apply my patch, with that change on top then? Can disable mencoder by default, or see it it's possible to fix soonish after that. Btw. vf_screenshot would also be good to test, I admit I did not.