Re: [FFmpeg-devel] [PATCH] ffmpeg: Update muxer extradata after flushing encoders

2016-08-17 Thread Umair Khan
Hi, On Wed, Aug 17, 2016 at 10:44 PM, Umair Khan wrote: > Hi, > > On Wed, Aug 17, 2016 at 3:43 PM, Paul B Mahol wrote: >> On 8/17/16, Michael Niedermayer wrote: >>> This is needed for encoders which store a final sample count or checksum in >>> extradata >>> >>> alternatively every encoder as w

Re: [FFmpeg-devel] [PATCH] ffmpeg: Update muxer extradata after flushing encoders

2016-08-17 Thread Umair Khan
Hi, On Wed, Aug 17, 2016 at 3:43 PM, Paul B Mahol wrote: > On 8/17/16, Michael Niedermayer wrote: >> This is needed for encoders which store a final sample count or checksum in >> extradata >> >> alternatively every encoder as well as muxer can implement >> AV_PKT_DATA_NEW_EXTRADATA support >> t

Re: [FFmpeg-devel] [PATCH] ffmpeg: Update muxer extradata after flushing encoders

2016-08-17 Thread Paul B Mahol
On 8/17/16, Michael Niedermayer wrote: > This is needed for encoders which store a final sample count or checksum in > extradata > > alternatively every encoder as well as muxer can implement > AV_PKT_DATA_NEW_EXTRADATA support > to update the extradata at the end. > > Signed-off-by: Michael Niede

[FFmpeg-devel] [PATCH] ffmpeg: Update muxer extradata after flushing encoders

2016-08-17 Thread Michael Niedermayer
This is needed for encoders which store a final sample count or checksum in extradata alternatively every encoder as well as muxer can implement AV_PKT_DATA_NEW_EXTRADATA support to update the extradata at the end. Signed-off-by: Michael Niedermayer --- ffmpeg.c | 17 + 1 file