# HG changeset patch # User bcoudurier # Date 1234138705 0 # Node ID 92a6c9c7a1b6f3174d874f995cab7b293a74e18e # Parent dd42a94023eb50c766941fdb81fd1e817ec60190 remove no more needed comment, declaration is in internal header diff -r dd42a94023eb -r 92a6c9c7a1b6 internal.h --- 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 *));