Re: [FFmpeg-devel] [PATCH v2] fate: Don't use depreceated keepside option

2020-01-10 Thread James Almer
On 1/10/2020 11:04 AM, Andreas Rheinhardt wrote: > On Mon, Dec 30, 2019 at 1:43 PM Andreas Rheinhardt < > andreas.rheinha...@gmail.com> wrote: > >> The tests for concat use this option which is scheduled for removal and >> does nothing any more. So remove it; otherwise, these tests would fail >> a

Re: [FFmpeg-devel] [PATCH v2] fate: Don't use depreceated keepside option

2020-01-10 Thread Andreas Rheinhardt
On Mon, Dec 30, 2019 at 1:43 PM Andreas Rheinhardt < andreas.rheinha...@gmail.com> wrote: > The tests for concat use this option which is scheduled for removal and > does nothing any more. So remove it; otherwise, these tests would fail > at the next major version bump. > > Signed-off-by: Andreas

[FFmpeg-devel] [PATCH v2] fate: Don't use depreceated keepside option

2019-12-30 Thread Andreas Rheinhardt
The tests for concat use this option which is scheduled for removal and does nothing any more. So remove it; otherwise, these tests would fail at the next major version bump. Signed-off-by: Andreas Rheinhardt --- As James has recently suggested that we might bump major in the coming months [1], I