Re: [FFmpeg-devel] [PATCH] aformat/movenc: add missing padding to output track extradata

2019-09-26 Thread James Almer
On 9/26/2019 3:04 PM, Thierry Foucu wrote: > On Wed, Sep 25, 2019 at 10:30 AM James Almer wrote: > >> Fixes ticket #8183. >> >> Signed-off-by: James Almer >> --- >> libavformat/movenc.c | 15 ++- >> 1 file changed, 10 insertions(+), 5 deletions(-) >> >> diff --git

Re: [FFmpeg-devel] [PATCH] aformat/movenc: add missing padding to output track extradata

2019-09-26 Thread Thierry Foucu
On Wed, Sep 25, 2019 at 10:30 AM James Almer wrote: > Fixes ticket #8183. > > Signed-off-by: James Almer > --- > libavformat/movenc.c | 15 ++- > 1 file changed, 10 insertions(+), 5 deletions(-) > > diff --git a/libavformat/movenc.c b/libavformat/movenc.c > index

[FFmpeg-devel] [PATCH] aformat/movenc: add missing padding to output track extradata

2019-09-25 Thread James Almer
Fixes ticket #8183. Signed-off-by: James Almer --- libavformat/movenc.c | 15 ++- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index c824ff5ba1..e3283871d0 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@