]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sapenc.c
hevc: fix RAP_B_Bossen
[ffmpeg] / libavformat / sapenc.c
index c725ce354479c9e456090df1eb81feaa6bc4e6fb..f90955790d448687f6d0f887e8a9d7404b2ce874 100644 (file)
@@ -256,7 +256,7 @@ static int sap_write_packet(AVFormatContext *s, AVPacket *pkt)
         sap->last_time = now;
     }
     rtpctx = s->streams[pkt->stream_index]->priv_data;
-    return ff_write_chained(rtpctx, 0, pkt, s);
+    return ff_write_chained(rtpctx, 0, pkt, s, 0);
 }
 
 AVOutputFormat ff_sap_muxer = {