]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/hdsenc.c
Merge commit 'e253a9e2b3d683eb51db7c776326eb07de10ad4c'
[ffmpeg] / libavformat / hdsenc.c
index 20b4b121399d13207843f44132e4866743b3611f..fac5bcf4177395848969aaf1a4d6b208ea8f5c18 100644 (file)
@@ -549,7 +549,7 @@ static int hds_write_packet(AVFormatContext *s, AVPacket *pkt)
     os->last_ts = pkt->dts;
 
     os->packets_written++;
-    return ff_write_chained(os->ctx, pkt->stream_index - os->first_stream, pkt, s);
+    return ff_write_chained(os->ctx, pkt->stream_index - os->first_stream, pkt, s, 0);
 }
 
 static int hds_write_trailer(AVFormatContext *s)