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

Refactor crate::format #73

Merged
merged 2 commits into from
Oct 15, 2024
Merged

Conversation

FreezyLemon
Copy link
Contributor

This removes the Format enum which wraps around format::Input and format::Output.

I am not sure why this wrapper existed in the first place.. I can't think of a good reason to use it. Separating the Input/Output API makes more sense IMO.

A bit of functionality got lost via the open functions, but this can be added back (thinking of a builder pattern atm)

Directly expose `format::{Input, Output}` instead
@shssoichiro
Copy link
Owner

It's weird that this is failing only on ffmpeg 7 for Mac.

@shssoichiro
Copy link
Owner

It looks like the same thing is happening on master, so it's not a result of this PR. I'll go ahead and review. Thanks.

@shssoichiro shssoichiro merged commit e70779a into shssoichiro:master Oct 15, 2024
22 of 23 checks passed
@FreezyLemon
Copy link
Contributor Author

It's weird that this is failing only on ffmpeg 7 for Mac.

It's the same as in #72, homebrew only offers "5", "6" and "7" with no more granularity. "7" recently updated to 7.1 which currently fails to build..

@FreezyLemon FreezyLemon deleted the refactor-format branch October 15, 2024 22:52
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