mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-31 17:07:43 +00:00
lavf: use avpriv_ prefix for ff_new_chapter().
It's used in libavdevice.
This commit is contained in:
parent
68d3aec819
commit
1fa395e471
9 changed files with 11 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue