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

Avoid exporting garbage from libffmpeg #389

Merged
merged 1 commit into from
Feb 2, 2023
Merged

Conversation

giordano
Copy link
Member

@giordano giordano commented Feb 2, 2023

The autoexport mechanism in libffmpeg is exporting literally everything, including over one thousand of totally useless names, like Symbol("##meta#58") which happens to be already defined in VideoIO, causing a clash.

The autoexport mechanism in `libffmpeg` is exporting literally _everything_, including over one thousand of totally useless names, like `Symbol("##meta#58")` which happens to be already defined in `VideoIO`, causing a clash.
@codecov
Copy link

codecov bot commented Feb 2, 2023

Codecov Report

Base: 79.38% // Head: 79.38% // No change to project coverage 👍

Coverage data is based on head (a0c207a) compared to base (cac77da).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #389   +/-   ##
=======================================
  Coverage   79.38%   79.38%           
=======================================
  Files          10       10           
  Lines        1276     1276           
=======================================
  Hits         1013     1013           
  Misses        263      263           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@IanButterworth IanButterworth merged commit 9cd5dfe into master Feb 2, 2023
@IanButterworth IanButterworth deleted the giordano-patch-2 branch February 2, 2023 22:50
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

Successfully merging this pull request may close these issues.

2 participants