Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: convey stream id to segment streams

2022-01-08 Thread Gyan Doshi
On 2022-01-08 10:09 pm, Gyan Doshi wrote: Trivial patch. FATE passes. Intend to push tomorrow. Pushed as 1850c610e72c690a42dbde467011e22d73e73a78 Gyan ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg

Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: convey stream id to segment streams

2022-01-08 Thread Gyan Doshi
Trivial patch. FATE passes. Intend to push tomorrow. On 2022-01-07 10:04 pm, Gyan Doshi wrote: --- Plan to apply to 5.0 libavformat/hlsenc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 459129818a..ef8973cea1 100644 --- a/libavformat/h

[FFmpeg-devel] [PATCH] avformat/hlsenc: convey stream id to segment streams

2022-01-07 Thread Gyan Doshi
--- Plan to apply to 5.0 libavformat/hlsenc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c index 459129818a..ef8973cea1 100644 --- a/libavformat/hlsenc.c +++ b/libavformat/hlsenc.c @@ -900,6 +900,7 @@ static int hls_mux_init(AVFormatContext *s, V