]> git.sesse.net Git - ffmpeg/commit
avformat/matroskaenc: Make sure UIDs of delayed chapters are != 0
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Mon, 27 Apr 2020 01:12:24 +0000 (03:12 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 3 May 2020 11:56:29 +0000 (13:56 +0200)
commit0aed3002ad3104489d0e378dc9893271d14e0e5b
treeb4efcbe18b4a30b671a49945109703afa8c9b684
parent6397b4d6a241692a1c7bb611a3fd42b0de2d32b5
avformat/matroskaenc: Make sure UIDs of delayed chapters are != 0

This has previously only been checked if the chapters were initially
available, but not if they were only written in the trailer.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/matroskaenc.c