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

2017-12-28 Thread Jeyapal, Karthick
On 12/28/17 5:05 PM, 刘歧 wrote: > >> On 28 Dec 2017, at 19:19, Karthick J wrote: >> >> From: Karthick Jeyapal >> >> --- >> libavformat/dashenc.c | 2 +- >> libavformat/hlsenc.c | 67 >> ++- >> libavformat/hlsplaylist.c | 5 +++- >> libavformat

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

2017-12-28 Thread 刘歧
> On 28 Dec 2017, at 19:19, Karthick J wrote: > > From: Karthick Jeyapal > > --- > libavformat/dashenc.c | 2 +- > libavformat/hlsenc.c | 67 ++- > libavformat/hlsplaylist.c | 5 +++- > libavformat/hlsplaylist.h | 3 ++- > 4 files changed, 73

[FFmpeg-devel] [PATCH] 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 --git a/libavformat/dashe