Re: [FFmpeg-devel] [PATCH v6 1/2] avformat/hlsenc: Modularized playlist creation to allow reuse

2017-11-29 Thread Steven Liu
2017-11-29 20:40 GMT+08:00 Jeyapal, Karthick : > On 11/29/17, 5:16 PM, "刘歧" wrote: >> >>Where can i find the v6 2/2 ? > Patch 2/2 didn’t change since v4. > So didn’t repost it. You have to use v4 2/2. > > I am sorry. I was not sure what is the normal practice here. I didn’t repost > it, so that t

Re: [FFmpeg-devel] [PATCH v6 1/2] avformat/hlsenc: Modularized playlist creation to allow reuse

2017-11-29 Thread Jeyapal, Karthick
On 11/29/17, 5:16 PM, "刘歧" wrote: > >Where can i find the v6 2/2 ? Patch 2/2 didn’t change since v4. So didn’t repost it. You have to use v4 2/2. I am sorry. I was not sure what is the normal practice here. I didn’t repost it, so that the people don’t waste time in re-reviewing it. Is it custom

Re: [FFmpeg-devel] [PATCH v6 1/2] avformat/hlsenc: Modularized playlist creation to allow reuse

2017-11-29 Thread 刘歧
Where can i find the v6 2/2 ? > 在 2017年11月29日,16:52,Karthick J 写道: > > --- > libavformat/Makefile | 2 +- > libavformat/hlsenc.c | 115 +++--- > libavformat/hlsplaylist.c | 138 ++ > libavformat/hlsplaylist.h |

[FFmpeg-devel] [PATCH v6 1/2] avformat/hlsenc: Modularized playlist creation to allow reuse

2017-11-29 Thread Karthick J
--- libavformat/Makefile | 2 +- libavformat/hlsenc.c | 115 +++--- libavformat/hlsplaylist.c | 138 ++ libavformat/hlsplaylist.h | 51 + 4 files changed, 211 insertions(+), 95 deletions(-) cr