mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
lavf: use avpriv_ prefix for ff_new_chapter().
It's used in libavdevice.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user