]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/movenchint.c
Merge commit 'ccbf370f2000b9b27f4af259c23007d67f7ea46e'
[ffmpeg] / libavformat / movenchint.c
index 9d6a66e8ce111a29f5c0abdf3f2865c37ccc463e..2602254be9a75c515b366e8fef8b0fe69926422d 100644 (file)
@@ -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. */