You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abi-breakbreaks the ABI (e.g. programs linked against the library have to be recompiled)api-breakbreaks the API (e.g. programs using it will have to adjust their source code)
That class would be split from EbmlElement so it doesn't have a write function. So it would be technically impossible to try to write such an element. Maybe an EbmlReadElement.
An EbmlElement could be an EbmlReadElement with the Render methods.
The text was updated successfully, but these errors were encountered:
robUx4
added
api-break
breaks the API (e.g. programs using it will have to adjust their source code)
abi-break
breaks the ABI (e.g. programs linked against the library have to be recompiled)
labels
Sep 3, 2023
abi-breakbreaks the ABI (e.g. programs linked against the library have to be recompiled)api-breakbreaks the API (e.g. programs using it will have to adjust their source code)
That class would be split from
EbmlElement
so it doesn't have a write function. So it would be technically impossible to try to write such an element. Maybe anEbmlReadElement
.An EbmlElement could be an
EbmlReadElement
with the Render methods.The text was updated successfully, but these errors were encountered: