Re: [FFmpeg-devel] [PATCH 08/37] avformat/matroskadec: Don't copy attached pictures

2019-06-22 Thread James Almer
On 5/16/2019 7:29 PM, Andreas Rheinhardt wrote: > This commit replaces copying attached pictures by using references to > the already existing buffers. > > Signed-off-by: Andreas Rheinhardt > --- > libavformat/matroskadec.c | 16 ++-- > 1 file changed, 10 insertions(+), 6 deletions(-

[FFmpeg-devel] [PATCH 08/37] avformat/matroskadec: Don't copy attached pictures

2019-05-16 Thread Andreas Rheinhardt
This commit replaces copying attached pictures by using references to the already existing buffers. Signed-off-by: Andreas Rheinhardt --- libavformat/matroskadec.c | 16 ++-- 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/libavformat/matroskadec.c b/libavformat/matros