Matroska-Org / libmatroska

a C++ libary to parse Matroska files (.mkv and .mka)
GNU Lesser General Public License v2.1
318 stars 57 forks source link

Make Prev/Next Segment UID classes standalone #124

Closed robUx4 closed 8 months ago

robUx4 commented 8 months ago

They are not KaxSegmentUID as they don't have the same ID. If we need a special class for Segment UIDs (including chapter ones) we should use a proper class/interface.

Eventually this should be moved into KaxSemantic like KaxSegmentUID.