]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/utils.c
export av_interleave_packet_per_dts
[ffmpeg] / libavformat / utils.c
index 5e00bb33dd4214962824428fb2161b7ba3c086e0..001c812bbfb19e437761194feb801ae656b71571 100644 (file)
@@ -2418,7 +2418,7 @@ int av_write_frame(AVFormatContext *s, AVPacket *pkt)
  * packets with pkt->destruct == av_destruct_packet will be freed inside this function.
  * so they cannot be used after it, note calling av_free_packet() on them is still safe
  */
-static int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush){
+int av_interleave_packet_per_dts(AVFormatContext *s, AVPacket *out, AVPacket *pkt, int flush){
     AVPacketList *pktl, **next_point, *this_pktl;
     int stream_count=0;
     int streams[MAX_STREAMS];