Re: [FFmpeg-devel] [PATCH] avformat/matroskadec: fix DiscardPadding element parsing

2016-11-08 Thread James Almer
On 11/7/2016 9:00 PM, James Zern wrote: > On Sat, Nov 5, 2016 at 1:50 PM, James Almer wrote: >> If the value is negative then it means padding at the start of the packet >> instead of at the end. >> >> Based on a patch by Hendrik Leppkes. >> >> Signed-off-by: James Almer >> --- >> libavformat/ma

Re: [FFmpeg-devel] [PATCH] avformat/matroskadec: fix DiscardPadding element parsing

2016-11-07 Thread James Zern
On Sat, Nov 5, 2016 at 1:50 PM, James Almer wrote: > If the value is negative then it means padding at the start of the packet > instead of at the end. > > Based on a patch by Hendrik Leppkes. > > Signed-off-by: James Almer > --- > libavformat/matroskadec.c | 12 +--- > 1 file changed, 9

[FFmpeg-devel] [PATCH] avformat/matroskadec: fix DiscardPadding element parsing

2016-11-05 Thread James Almer
If the value is negative then it means padding at the start of the packet instead of at the end. Based on a patch by Hendrik Leppkes. Signed-off-by: James Almer --- libavformat/matroskadec.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/libavformat/matroskadec