Ryuzu
Ryuzu
突然发现是我的editormd拼错了,离谱,找了好久
> `vcpkg` with commit `0557210` tracks [FFmpeg 6.1](https://github.com/microsoft/vcpkg/blob/055721089e8037d4d617250814d11f881e557549/ports/ffmpeg/vcpkg.json#L3), which does contain `AV_PIX_FMT_P010LE`. The `vcpkg` crate links `x64-windows-static-md` packages by default: https://docs.rs/vcpkg/latest/vcpkg/#windows, but the configuration you specified in Cargo.toml is `x64-windows-static`....
> That's another issue. > > It's strange that `AVCodecID`'s binding was generated as `u32`. enums should share the same layout with `i32` on Windows([rust-lang/rust-bindgen#1244](https://github.com/rust-lang/rust-bindgen/issues/1244)). Could you create a minimal...