diff utils.c @ 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
line wrap: on
line diff
--- a/utils.c	Mon Mar 15 23:04:09 2010 +0000
+++ b/utils.c	Mon Mar 15 23:14:07 2010 +0000
@@ -2915,7 +2915,7 @@
     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;