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
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
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