Re: [FFmpeg-devel] [PATCH 2/2] ffmpeg: copy trailing_padding when using -acodec copy

2016-09-13 Thread James Almer
On 8/15/2016 5:13 PM, Jon Toohill wrote: > --- > ffmpeg.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/ffmpeg.c b/ffmpeg.c > index bae515d..49a1b03 100644 > --- a/ffmpeg.c > +++ b/ffmpeg.c > @@ -3001,6 +3001,7 @@ static int transcode_init(void) >

[FFmpeg-devel] [PATCH 2/2] ffmpeg: copy trailing_padding when using -acodec copy

2016-08-15 Thread Jon Toohill
--- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ffmpeg.c b/ffmpeg.c index bae515d..49a1b03 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3001,6 +3001,7 @@ static int transcode_init(void) enc_ctx->audio_service_type = dec_ctx->audio_service_type;