X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmovenchint.c;h=2602254be9a75c515b366e8fef8b0fe69926422d;hb=58eaa95116d914c8de303893ddf9fa9b11803b3f;hp=9d6a66e8ce111a29f5c0abdf3f2865c37ccc463e;hpb=1df2f7b6a88ed871231a3a78319e997523d837a5;p=ffmpeg diff --git a/libavformat/movenchint.c b/libavformat/movenchint.c index 9d6a66e8ce1..2602254be9a 100644 --- a/libavformat/movenchint.c +++ b/libavformat/movenchint.c @@ -422,7 +422,7 @@ int ff_mov_add_hinted_packet(AVFormatContext *s, AVPacket *pkt, sample_queue_push(&trk->sample_queue, pkt->data, pkt->size, sample); /* Feed the packet to the RTP muxer */ - ff_write_chained(rtp_ctx, 0, pkt, s); + ff_write_chained(rtp_ctx, 0, pkt, s, 0); /* Fetch the output from the RTP muxer, open a new output buffer * for next time. */