Skip to content

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.

2 participants