Re: [FFmpeg-devel] [PATCH 1/1] avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists

2019-03-06 Thread Joep Admiraal
Thanks for reviewing and making this happen. Regards, Joep On Wed, Mar 6, 2019 at 6:38 AM Jeyapal, Karthick wrote: > > On 3/5/19 8:07 PM, joepadmiraal wrote: > > --- > > libavformat/dashenc.c | 20 ++-- > > 1 file changed, 18 insertions(+), 2 deletions(-) > > > > diff --git a/l

Re: [FFmpeg-devel] [PATCH 1/1] avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlists

2019-02-26 Thread Joep Admiraal
Hi Karthick, Thanks for looking into this. I'll have a look at the suggested improvement. Regards, Joep On Tue, Feb 26, 2019 at 6:25 AM Jeyapal, Karthick wrote: > > On 2/22/19 12:25 PM, joepadmiraal wrote: > > From: joepadmiraal > > > > --- > > libavformat/dashenc.c | 29