]> git.sesse.net Git - ffmpeg/commit
avformat: Make AVChapter.id an int64_t on next major bump
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 16 Mar 2021 07:29:59 +0000 (08:29 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 19 Mar 2021 01:36:58 +0000 (02:36 +0100)
commite318438f2f30525d8baca2b5683aa9898d0c56f7
treebdea751e87591c0635fd4c8eb04280f6556276ea
parente1e6a5c8a515afa488faee3200666ce0f14ea5eb
avformat: Make AVChapter.id an int64_t on next major bump

64 bits are needed in order to retain the uid values of Matroska
chapters; the type is kept signed because the semantics of NUT chapters
depend upon whether the id is > 0 or < 0.

Reviewed-by: Anton Khirnov <anton@khirnov.net>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
doc/APIchanges
libavformat/aadec.c
libavformat/avformat.h
libavformat/internal.h
libavformat/matroskaenc.c
libavformat/nutdec.c
libavformat/utils.c
libavformat/version.h