diff utils.c @ 1251:d06e5cb7fb52 libavformat

export av_interleave_packet_per_dts
author bcoudurier
date Fri, 11 Aug 2006 21:21:51 +0000
parents e59b75051ded
children 613adcd70d18
line wrap: on
line diff
--- a/utils.c	Fri Aug 11 09:27:40 2006 +0000
+++ b/utils.c	Fri Aug 11 21:21:51 2006 +0000
@@ -2418,7 +2418,7 @@
  * 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];