summaryrefslogtreecommitdiff
path: root/libavformat/internal.h
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-02-09 00:18:25 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2009-02-09 00:18:25 +0000
commit7a094c6a4235192adaf9162e54a3f1259b431400 (patch)
tree75cb3833947724234819f0bcac436927c11f82f0 /libavformat/internal.h
parentfbd7ddf4597c03b5fe584b7596284cacf90fce0b (diff)
remove no more needed comment, declaration is in internal header
Originally committed as revision 17086 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/internal.h')
-rw-r--r--libavformat/internal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/internal.h b/libavformat/internal.h
index 997154f5c3..2b81f13ec0 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 *));