remove no more needed comment, declaration is in internal header

Originally committed as revision 17086 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 16 years ago
parent fbd7ddf459
commit 7a094c6a42
  1. 3
      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 * Add packet to AVFormatContext->packet_buffer list, determining its
* interleaved position using compare() function argument. * 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, void ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
int (*compare)(AVFormatContext *, AVPacket *, AVPacket *)); int (*compare)(AVFormatContext *, AVPacket *, AVPacket *));

Loading…
Cancel
Save