Re: [FFmpeg-devel] [PATCH 02/16] avcodec/pcm-dvd: Avoid allocation of buffer

2020-09-15 Thread Andreas Rheinhardt
Andreas Rheinhardt: > In this case, it also allows to remove the decoder's close function. > > Signed-off-by: Andreas Rheinhardt > --- > libavcodec/pcm-dvd.c | 16 ++-- > 1 file changed, 2 insertions(+), 14 deletions(-) > > diff --git a/libavcodec/pcm-dvd.c b/libavcodec/pcm-dvd.c >

[FFmpeg-devel] [PATCH 02/16] avcodec/pcm-dvd: Avoid allocation of buffer

2020-09-12 Thread Andreas Rheinhardt
In this case, it also allows to remove the decoder's close function. Signed-off-by: Andreas Rheinhardt --- libavcodec/pcm-dvd.c | 16 ++-- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/libavcodec/pcm-dvd.c b/libavcodec/pcm-dvd.c index 0a751a8191..725c2f5b29 100644 --