Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH] avformat/hlsenc: convey stream id to segment streams
@ 2022-01-07 16:34 Gyan Doshi
  2022-01-08 16:39 ` Gyan Doshi
  0 siblings, 1 reply; 3+ messages in thread
From: Gyan Doshi @ 2022-01-07 16:34 UTC (permalink / raw)
  To: ffmpeg-devel

---
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, VariantStream *vs)
         st->sample_aspect_ratio = vs->streams[i]->sample_aspect_ratio;
         st->time_base = vs->streams[i]->time_base;
         av_dict_copy(&st->metadata, vs->streams[i]->metadata, 0);
+        st->id = vs->streams[i]->id;
     }
 
     vs->start_pos = 0;
-- 
2.34.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: convey stream id to segment streams
  2022-01-07 16:34 [FFmpeg-devel] [PATCH] avformat/hlsenc: convey stream id to segment streams Gyan Doshi
@ 2022-01-08 16:39 ` Gyan Doshi
  2022-01-09  5:10   ` Gyan Doshi
  0 siblings, 1 reply; 3+ messages in thread
From: Gyan Doshi @ 2022-01-08 16:39 UTC (permalink / raw)
  To: ffmpeg-devel

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/hlsenc.c
> +++ b/libavformat/hlsenc.c
> @@ -900,6 +900,7 @@ static int hls_mux_init(AVFormatContext *s, VariantStream *vs)
>           st->sample_aspect_ratio = vs->streams[i]->sample_aspect_ratio;
>           st->time_base = vs->streams[i]->time_base;
>           av_dict_copy(&st->metadata, vs->streams[i]->metadata, 0);
> +        st->id = vs->streams[i]->id;
>       }
>   
>       vs->start_pos = 0;

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH] avformat/hlsenc: convey stream id to segment streams
  2022-01-08 16:39 ` Gyan Doshi
@ 2022-01-09  5:10   ` Gyan Doshi
  0 siblings, 0 replies; 3+ messages in thread
From: Gyan Doshi @ 2022-01-09  5:10 UTC (permalink / raw)
  To: ffmpeg-devel



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-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-01-09  5:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 16:34 [FFmpeg-devel] [PATCH] avformat/hlsenc: convey stream id to segment streams Gyan Doshi
2022-01-08 16:39 ` Gyan Doshi
2022-01-09  5:10   ` Gyan Doshi

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git