2017-11-27 13:16 GMT+08:00 Steven Liu :
> 2017-11-27 13:03 GMT+08:00 Karthick J :
>> This patch fixes Bug #6868
>> Sometimes end_pts is getting initialized to audio stream's
>> first pts, while the duration is calculated based on video stream's pts.
>> In this patch the end_pts is initialized with
2017-11-27 13:03 GMT+08:00 Karthick J :
> This patch fixes Bug #6868
> Sometimes end_pts is getting initialized to audio stream's
> first pts, while the duration is calculated based on video stream's pts.
> In this patch the end_pts is initialized with the correct stream's first pts.
> ---
> libav
This patch fixes Bug #6868
Sometimes end_pts is getting initialized to audio stream's
first pts, while the duration is calculated based on video stream's pts.
In this patch the end_pts is initialized with the correct stream's first pts.
---
libavformat/hlsenc.c | 4 +++-
1 file changed, 3 insertio