Re: [FFmpeg-devel] [PATCH 3/3] movenc: simplify the 'tfxd' fragment start timestamps

2016-03-20 Thread Jan Ekstrom
On Sun, Mar 20, 2016 at 3:28 PM, Michael Niedermayer wrote: > On Sat, Mar 19, 2016 at 07:39:07PM +0200, Jan Ekström wrote: >> As far as can be seen, this value is supposed to be the DTS of a >> fragment in smooth streaming. Thus, don't take b-picture delay and >> such into mention when calculating

Re: [FFmpeg-devel] [PATCH 3/3] movenc: simplify the 'tfxd' fragment start timestamps

2016-03-20 Thread Michael Niedermayer
On Sat, Mar 19, 2016 at 07:39:07PM +0200, Jan Ekström wrote: > As far as can be seen, this value is supposed to be the DTS of a > fragment in smooth streaming. Thus, don't take b-picture delay and > such into mention when calculating the start timestamp. The duration > calculation requires PTS valu

[FFmpeg-devel] [PATCH 3/3] movenc: simplify the 'tfxd' fragment start timestamps

2016-03-19 Thread Jan Ekström
As far as can be seen, this value is supposed to be the DTS of a fragment in smooth streaming. Thus, don't take b-picture delay and such into mention when calculating the start timestamp. The duration calculation requires PTS values, so it is not touched. --- libavformat/movenc.c | 3 +-- 1 file c