interruptinuse
Results
1
comments of
interruptinuse
`Stream::codec` in `ffmpeg-next` is `#[cfg(not(feature = "ffmpeg_5_0"))]` [\[link\]](https://docs.rs/ffmpeg-next/5.0.3/src/ffmpeg_next/format/stream/stream.rs.html#30-32); I think https://github.com/zmwangx/rust-ffmpeg/commit/22ad8b959879efa028c33f71cc286b519eae8066 is to blame. `ffmpeg` on my system is `4.4.1`, so I can build gifski if I downgrade `ffmpeg-next`: ```diff...