mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-15 19:40:07 +01:00
lavf: use avpriv_ prefix for ff_new_chapter().
It's used in libavdevice.
This commit is contained in:
@@ -75,7 +75,7 @@ static AVChapter *read_chapter(AVFormatContext *s)
|
||||
end = AV_NOPTS_VALUE;
|
||||
}
|
||||
|
||||
return ff_new_chapter(s, s->nb_chapters, tb, start, end, NULL);
|
||||
return avpriv_new_chapter(s, s->nb_chapters, tb, start, end, NULL);
|
||||
}
|
||||
|
||||
static uint8_t *unescape(uint8_t *buf, int size)
|
||||
|
||||
Reference in New Issue
Block a user