From 588af13feec4c56dc2a1089420b5d7cf8e13e762 Mon Sep 17 00:00:00 2001 From: Aurelien Jacobs Date: Mon, 15 Mar 2010 23:14:07 +0000 Subject: rename av_program_add_stream_index to ff_program_add_stream_index it is an internal function, not part of public API Originally committed as revision 22561 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/utils.c') diff --git a/libavformat/utils.c b/libavformat/utils.c index b952bcf05c..8d92d02032 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -2915,7 +2915,7 @@ fail: return ret; } -void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx) +void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned int idx) { int i, j; AVProgram *program=NULL; -- cgit v1.2.3