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

Allow decoding files with empty multichannel signal groups #96

Open
benjamin-weiss opened this issue Nov 18, 2024 · 0 comments
Open

Allow decoding files with empty multichannel signal groups #96

benjamin-weiss opened this issue Nov 18, 2024 · 0 comments

Comments

@benjamin-weiss
Copy link
Contributor

During testing customer streams we've discovered several files that could not be decoded. The reason turned out to be Ittiam decoder rejecting MCTConfig without any channels – and those files have two configurations, first one encompassing all channels and the second one having none. Since the second configuration is not used, the files can be decoded if such configuration existence is tolerated.

P.S. In case when such empty configuration is used, the decoder will error out on zero channel count as inadvertently discovered in the earlier reported issue #94.

0001-Allows-empty-multichannel-groups.PATCH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant