avformat: Add av_program_add_stream_index()

This will be used by the subsequent commit(s)

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer
2015-12-10 20:59:40 +01:00
parent 5f55be7005
commit 676a93f2d8
7 changed files with 10 additions and 7 deletions

View File

@@ -3915,7 +3915,7 @@ AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base,
return chapter;
}
void ff_program_add_stream_index(AVFormatContext *ac, int progid, unsigned idx)
void av_program_add_stream_index(AVFormatContext *ac, int progid, unsigned idx)
{
int i, j;
AVProgram *program = NULL;