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

@ -225,8 +225,8 @@ int ff_add_index_entry(AVIndexEntry **index_entries,
*
* @return AVChapter or NULL on error
*/
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);
/**
* Ensure the index uses less memory than the maximum specified in