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-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to