Re: [FFmpeg-devel] [PATCH] avformat/matroskadec: use a linked list to queue packets

2018-02-21 Thread James Almer
On 2/21/2018 4:43 AM, wm4 wrote: > On Wed, 21 Feb 2018 00:08:45 -0300 > James Almer wrote: > >> It's more robust and efficient. >> >> Signed-off-by: James Almer >> --- >> libavformat/matroskadec.c | 90 >> +++ >> 1 file changed, 52 insertions(+), 38

Re: [FFmpeg-devel] [PATCH] avformat/matroskadec: use a linked list to queue packets

2018-02-20 Thread wm4
On Wed, 21 Feb 2018 00:08:45 -0300 James Almer wrote: > It's more robust and efficient. > > Signed-off-by: James Almer > --- > libavformat/matroskadec.c | 90 > +++ > 1 file changed, 52 insertions(+), 38 deletions(-) > > diff --git a/libavformat/ma

[FFmpeg-devel] [PATCH] avformat/matroskadec: use a linked list to queue packets

2018-02-20 Thread James Almer
It's more robust and efficient. Signed-off-by: James Almer --- libavformat/matroskadec.c | 90 +++ 1 file changed, 52 insertions(+), 38 deletions(-) diff --git a/libavformat/matroskadec.c b/libavformat/matroskadec.c index 2faaf9dfb8..241ee5fed1 100644