We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Allow C/C++ projects to use av-metrics
C
C++
av-metrics
capi.rs
cargo_c
c-example/
The text was updated successfully, but these errors were encountered:
Missing frame metrics API, here's a prototype
const *MetricType calculate_frame_metric( const uint8_t *frame1_data[3], const usize frame1_strides[3], const uint8_t *frame2_data[3], const usize frame2_strides[3], uint32_t width, uint32_t height, uint32_t bitdepth, enum Colorspace color )
Sorry, something went wrong.
@dwbuiten
For now I'm no more interested in C-API, so if you want, you can close this issue :)
dwbuiten
Successfully merging a pull request may close this issue.
Allow
C
/C++
projects to useav-metrics
capi.rs
cargo_c
featurec-example/
directoryThe text was updated successfully, but these errors were encountered: