Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not allow writing KaxTrackTimecodeScale anymore #51

Closed
wants to merge 1 commit into from

Conversation

robUx4
Copy link
Contributor

@robUx4 robUx4 commented Sep 6, 2020

This is deprecated in v3 and likely never worked as it requires improper (scaled)
muxing or demuxing needs a growing buffer to counter the timestamps shifts
between tracks.

TrackAttachmentLink is another element that was allowed until Matroska v3 but
is not allowed to be written anymore.

This is deprecated in v3 and likely never worked as it requires improper (scaled)
muxing or demuxing needs a growing buffer to counter the timestamps shifts
between tracks.

TrackAttachmentLink is another element that was allowed until Matroska v3 but
is not allowed to be written anymore.
@robUx4 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 6, 2020
@robUx4 robUx4 requested a review from mbunkus September 6, 2020 07:38
@robUx4
Copy link
Contributor Author

robUx4 commented Dec 6, 2020

Scratch that, it seems to be a key feature to enable more accurate timestamps. (see #52)

@robUx4 robUx4 closed this Dec 6, 2020
@robUx4 robUx4 deleted the no-trackscale branch December 6, 2020 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abi-break breaks the ABI (e.g. programs linked against the library have to be recompiled) api-break breaks the API (e.g. programs using it will have to adjust their source code)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant