From: Baptiste Coudurier Date: Mon, 9 Feb 2009 00:18:25 +0000 (+0000) Subject: remove no more needed comment, declaration is in internal header X-Git-Tag: v0.5~689 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=7a094c6a4235192adaf9162e54a3f1259b431400;p=coroid%2Fffmpeg_saccubus.git remove no more needed comment, declaration is in internal header Originally committed as revision 17086 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/internal.h b/libavformat/internal.h index 997154f5c..2b81f13ec 100644 --- a/libavformat/internal.h +++ b/libavformat/internal.h @@ -32,9 +32,6 @@ void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int i /** * 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 *));