From e83717e63eab1f1b78dc0990e5b8e927097fca29 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 14 Apr 2021 00:35:37 +0200 Subject: avformat: Switch AVChapter.id to 64bits Announced in e318438f2f30525d8baca2b5683aa9898d0c56f7. Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer --- libavformat/utils.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libavformat/utils.c') diff --git a/libavformat/utils.c b/libavformat/utils.c index ba664f6214..e36b75081f 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -4589,11 +4589,7 @@ AVProgram *av_new_program(AVFormatContext *ac, int id) return program; } -#if FF_API_CHAPTER_ID_INT -AVChapter *avpriv_new_chapter(AVFormatContext *s, int id, AVRational time_base, -#else AVChapter *avpriv_new_chapter(AVFormatContext *s, int64_t id, AVRational time_base, -#endif int64_t start, int64_t end, const char *title) { AVChapter *chapter = NULL; -- cgit v1.2.3