comparison internal.h @ 4423:92a6c9c7a1b6 libavformat

remove no more needed comment, declaration is in internal header
author bcoudurier
date Mon, 09 Feb 2009 00:18:25 +0000
parents d5119d75439d
children fc705c33843f
comparison
equal deleted inserted replaced
4422:dd42a94023eb 4423:92a6c9c7a1b6
30 void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx); 30 void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx);
31 31
32 /** 32 /**
33 * Add packet to AVFormatContext->packet_buffer list, determining its 33 * Add packet to AVFormatContext->packet_buffer list, determining its
34 * interleaved position using compare() function argument. 34 * interleaved position using compare() function argument.
35 *
36 * This function is not part of the public API and should only be called
37 * by muxers using their own interleave function.
38 */ 35 */
39 void ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt, 36 void ff_interleave_add_packet(AVFormatContext *s, AVPacket *pkt,
40 int (*compare)(AVFormatContext *, AVPacket *, AVPacket *)); 37 int (*compare)(AVFormatContext *, AVPacket *, AVPacket *));
41 38
42 #endif /* AVFORMAT_INTERNAL_H */ 39 #endif /* AVFORMAT_INTERNAL_H */