You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 error is connected with:
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.patchMay be it is not a vanilla ffmpeg?
The text was updated successfully, but these errors were encountered: