changeset 4423:92a6c9c7a1b6 libavformat

remove no more needed comment, declaration is in internal header
author bcoudurier
date Mon, 09 Feb 2009 00:18:25 +0000
parents dd42a94023eb
children c6e762f417b3
files internal.h
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/internal.h	Sun Feb 08 23:34:58 2009 +0000
+++ b/internal.h	Mon Feb 09 00:18:25 2009 +0000
@@ -32,9 +32,6 @@
 /**
  * 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 *));