Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fixed initial setting for end_pts

2017-11-28 Thread Steven Liu
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

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: Fixed initial setting for end_pts

2017-11-26 Thread 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 the correct stream's first pts. > --- > libav

[FFmpeg-devel] [PATCH] avformat/hlsenc: Fixed initial setting for end_pts

2017-11-26 Thread 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. --- libavformat/hlsenc.c | 4 +++- 1 file changed, 3 insertio