X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsapenc.c;h=f90955790d448687f6d0f887e8a9d7404b2ce874;hb=f6e218a02d6fa391f3c6b70aedaa2082c62acd95;hp=c725ce354479c9e456090df1eb81feaa6bc4e6fb;hpb=e621e6cac6dd99e069be9de694c2f9d33357a27d;p=ffmpeg diff --git a/libavformat/sapenc.c b/libavformat/sapenc.c index c725ce35447..f90955790d4 100644 --- a/libavformat/sapenc.c +++ b/libavformat/sapenc.c @@ -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 = {