Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: Add CODECS attribute to master playlist

2018-01-19 Thread Steven Liu
2017-12-29 15:05 GMT+08:00 Jeyapal, Karthick : > > > On 12/28/17 5:17 PM, Karthick J wrote: >> From: Karthick Jeyapal >> >> --- >> libavformat/dashenc.c | 2 +- >> libavformat/hlsenc.c | 67 >> ++- >>

Re: [FFmpeg-devel] [PATCH v2] avformat/hlsenc: Add CODECS attribute to master playlist

2017-12-28 Thread Jeyapal, Karthick
On 12/28/17 5:17 PM, Karthick J wrote: > From: Karthick Jeyapal > > --- > libavformat/dashenc.c | 2 +- > libavformat/hlsenc.c | 67 > ++- > libavformat/hlsplaylist.c | 5 +++- > libavformat/hlsplaylist.h | 3 ++- >

[FFmpeg-devel] [PATCH v2] avformat/hlsenc: Add CODECS attribute to master playlist

2017-12-28 Thread Karthick J
From: Karthick Jeyapal --- libavformat/dashenc.c | 2 +- libavformat/hlsenc.c | 67 ++- libavformat/hlsplaylist.c | 5 +++- libavformat/hlsplaylist.h | 3 ++- 4 files changed, 73 insertions(+), 4 deletions(-) diff