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

feat: Add EC-3 detection in TS #5144

Merged
merged 1 commit into from Apr 11, 2023
Merged

feat: Add EC-3 detection in TS #5144

merged 1 commit into from Apr 11, 2023

Conversation

avelad
Copy link
Collaborator

@avelad avelad commented Apr 11, 2023

No description provided.

@avelad avelad added type: enhancement New feature or request priority: P3 Useful but not urgent labels Apr 11, 2023
@avelad avelad added this to the v4.4 milestone Apr 11, 2023
@github-actions
Copy link
Contributor

Incremental code coverage: 33.33%

@@ -274,6 +274,14 @@ shaka.util.TsParser = class {
result.audioCodec = 'ac3';
}
break;
// EC-3
case 0x84:
case 0x87:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@avelad avelad merged commit 24a3b7d into shaka-project:main Apr 11, 2023
20 checks passed
@avelad avelad deleted the ec3-ts branch April 11, 2023 14:26
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority: P3 Useful but not urgent status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants