Commit 4c90e203 authored by bcoudurier's avatar bcoudurier

remove no more needed comment, declaration is in internal header

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17086 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 03c9a0fe
......@@ -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 *));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment