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

Code won't compile on Raspberry Pi 4 system ffmpeg #45

Open
bwsw opened this issue Sep 12, 2022 · 0 comments
Open

Code won't compile on Raspberry Pi 4 system ffmpeg #45

bwsw opened this issue Sep 12, 2022 · 0 comments

Comments

@bwsw
Copy link

bwsw commented Sep 12, 2022

The error is connected with:

error[E0425]: cannot find value `AV_PIX_FMT_RPI` in this scope
    --> /root/.cargo/registry/src/github.com-1285ae84e5963aae/ffmpeg-next-5.1.1/src/util/format/pixel.rs:1114:27
     |
1114 |             Pixel::RPI => AV_PIX_FMT_RPI,
     |                           ^^^^^^^^^^^^^^ help: a unit variant with a similar name exists: `AV_PIX_FMT_0RGB`

The only place in internet where AV_PIX_FMT_RPI is mentioned is here: https://github.com/shantigilbert/Embylogic/blob/master/packages/multimedia/ffmpeg/patches/rpi4-hevc/ffmpeg-001-pfcd_hevc_optimisations.patch

May be it is not a vanilla ffmpeg?

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

No branches or pull requests

1 participant