[FFmpeg-cvslog] r17032 - trunk/libavformat/avformat.h

bcoudurier subversion
Sat Feb 7 22:13:41 CET 2009


Author: bcoudurier
Date: Sat Feb  7 22:13:40 2009
New Revision: 17032

Log:
declare ff_interleave_add_packet

Modified:
   trunk/libavformat/avformat.h

Modified: trunk/libavformat/avformat.h
==============================================================================
--- trunk/libavformat/avformat.h	Sat Feb  7 11:46:51 2009	(r17031)
+++ trunk/libavformat/avformat.h	Sat Feb  7 22:13:40 2009	(r17032)
@@ -1080,6 +1080,16 @@ int av_interleave_packet_per_dts(AVForma
                                  AVPacket *pkt, int flush);
 
 /**
+ * Add packet to AVFormatContext->packet_buffer list, determining its
+ * interleaved position using compare() function argument.
+ *
+ * This function is not part of the public API and should only be called
+ * by muxers using their own interleave function.
+ */
+void ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
+                              int (*compare)(AVFormatContext *, AVPacket *, AVPacket *));
+
+/**
  * @brief Write the stream trailer to an output media file and
  *        free the file private data.
  *




More information about the ffmpeg-cvslog mailing list