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

115 - Handle unsupported pixel formats properly #114

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

bwsw
Copy link

@bwsw bwsw commented Sep 13, 2022

As for now, if ffmpeg-sys package receives symbols that are not supported by rust-ffmpeg package, the build fail. I have met that situation when tried to build the package for Raspberry Pi without rpi feature (with rpi feature the build is also fails, it is another issue). Adding unimplemented!() match hand allows building the package properly. The library will fail in the runtime when the unsupported features are used.

@bwsw bwsw changed the title Handle not supported pixel formats properly Handle unsupported pixel formats properly Sep 13, 2022
@bwsw
Copy link
Author

bwsw commented Sep 14, 2022

Related to #115

@bwsw bwsw changed the title Handle unsupported pixel formats properly 115 - Handle unsupported pixel formats properly Sep 14, 2022
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.

None yet

2 participants