Re: [FFmpeg-devel] [PATCH 4/4] avformat/dvdvideodec: Reorder allocations to simplify freeing

2024-03-02 Thread Marth64
Patchset LGTM. On Sat, Mar 2, 2024 at 9:42 AM Andreas Rheinhardt < andreas.rheinha...@outlook.com> wrote: > Signed-off-by: Andreas Rheinhardt > --- > libavformat/dvdvideodec.c | 12 > 1 file changed, 4 insertions(+), 8 deletions(-) > > diff --git a/libavformat/dvdvideodec.c

[FFmpeg-devel] [PATCH 4/4] avformat/dvdvideodec: Reorder allocations to simplify freeing

2024-03-02 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavformat/dvdvideodec.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/libavformat/dvdvideodec.c b/libavformat/dvdvideodec.c index f2f23affb2..7f4ecf2b61 100644 --- a/libavformat/dvdvideodec.c +++