lavf: use avpriv_ prefix for ff_new_chapter().

It's used in libavdevice.
This commit is contained in:
Anton Khirnov 2011-10-17 08:58:50 +02:00
parent 68d3aec819
commit 1fa395e471
9 changed files with 11 additions and 11 deletions

View file

@ -2739,7 +2739,7 @@ AVProgram *av_new_program(AVFormatContext *ac, int id)
return program;
}
AVChapter *ff_new_chapter(AVFormatContext *s, int id, AVRational time_base, int64_t start, int64_t end, const char *title)
AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base, int64_t start, int64_t end, const char *title)
{
AVChapter *chapter = NULL;
int i;