[FFmpeg-devel] [PATCH v5 1/2] avformat/hlsenc: Modularized playlist creation to allow reuse
Jeyapal, Karthick
kjeyapal at akamai.com
Wed Nov 29 10:55:41 EET 2017
On 11/25/17, 9:16 AM, "Karthick J" <kjeyapal at akamai.com> wrote:
>---
> libavformat/Makefile | 2 +-
> libavformat/hlsenc.c | 115 +++++++-------------------------------
> libavformat/hlsplaylist.c | 138 ++++++++++++++++++++++++++++++++++++++++++++++
> libavformat/hlsplaylist.h | 51 +++++++++++++++++
> 4 files changed, 211 insertions(+), 95 deletions(-)
> create mode 100644 libavformat/hlsplaylist.c
> create mode 100644 libavformat/hlsplaylist.h
[…]
This patch(v5) does not apply on latest master (merge conflicts).
Have rebased and sent a new patch v6.
--
1.9.1
More information about the ffmpeg-devel
mailing list