mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-04 09:15:05 +00:00
Documentation update.
This commit is contained in:
parent
149c920468
commit
687994ac36
@ -1012,19 +1012,18 @@ count_chapter_atoms(EbmlMaster &master) {
|
|||||||
return count_chapter_atoms_recursively(master, 0);
|
return count_chapter_atoms_recursively(master, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** \brief Move all chapter atoms to another container keeping editions intact
|
/** \brief Change the chapter edition UIDs to a single value
|
||||||
|
|
||||||
This function moves all chapter atoms from \a src to \a dst.
|
This function changes the UIDs of all editions for which the
|
||||||
If there's already an edition in \a dst with the same UID as the current
|
function is called to a single value. This is intended for chapters
|
||||||
one in \a src, then all atoms will be put into that edition. Otherwise
|
read from source files which do not provide their own edition UIDs
|
||||||
the complete edition will simply be moved over.
|
(e.g. MP4 or OGM files) so that their chapters can be appended and
|
||||||
|
don't end up in separate editions.
|
||||||
|
|
||||||
After processing \a src will be empty.
|
\c chapters may be NULL in which case nothing is done.
|
||||||
|
|
||||||
Its parameters don't have to be checked for validity.
|
\param dst chapters The chapter structure for which all edition
|
||||||
|
UIDs will be changed.
|
||||||
\param dst The container the atoms and editions will be put into.
|
|
||||||
\param src The container the atoms and editions will be taken from.
|
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
align_chapter_edition_uids(KaxChapters *chapters) {
|
align_chapter_edition_uids(KaxChapters *chapters) {
|
||||||
|
Loading…
Reference in New Issue
Block a user