comparison internal.h @ 5852:36b46032fad5 libavformat

rename av_program_add_stream_index to ff_program_add_stream_index it is an internal function, not part of public API
author aurel
date Mon, 15 Mar 2010 23:14:07 +0000
parents ba41d3865253
children cf00e196666a
comparison
equal deleted inserted replaced
5851:d88fc4640994 5852:36b46032fad5
24 #include <stdint.h> 24 #include <stdint.h>
25 #include "avformat.h" 25 #include "avformat.h"
26 26
27 char *ff_data_to_hex(char *buf, const uint8_t *src, int size); 27 char *ff_data_to_hex(char *buf, const uint8_t *src, int size);
28 28
29 void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx); 29 void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx);
30 30
31 /** 31 /**
32 * Add packet to AVFormatContext->packet_buffer list, determining its 32 * Add packet to AVFormatContext->packet_buffer list, determining its
33 * interleaved position using compare() function argument. 33 * interleaved position using compare() function argument.
34 */ 34 */