[FFmpeg-cvslog] r17086 - trunk/libavformat/internal.h

bcoudurier subversion
Mon Feb 9 01:18:26 CET 2009


Author: bcoudurier
Date: Mon Feb  9 01:18:25 2009
New Revision: 17086

Log:
remove no more needed comment, declaration is in internal header

Modified:
   trunk/libavformat/internal.h

Modified: trunk/libavformat/internal.h
==============================================================================
--- trunk/libavformat/internal.h	Mon Feb  9 00:34:58 2009	(r17085)
+++ trunk/libavformat/internal.h	Mon Feb  9 01:18:25 2009	(r17086)
@@ -32,9 +32,6 @@ void av_program_add_stream_index(AVForma
 /**
  * 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 *));




More information about the ffmpeg-cvslog mailing list