moonfire-nvr/ffmpeg
Scott Lamb 6fb346cc8b address AVStream::codec deprecation
The codec -> codecpar move was sufficiently long ago (libavformat
57.5.0 on 2016-04-11) that I think we can just get away with requiring
the new version. Let's try it.

But if someone complains, AVCodecParameters and AVCodecContext look
sufficiently similar we could probably just use one or the other based on
the version we're compiling with.
2019-12-29 08:35:39 -06:00
..
Cargo.toml use parking_lot::Once in ffmpeg 2019-12-28 08:03:05 -06:00
build.rs address AVStream::codec deprecation 2019-12-29 08:35:39 -06:00
lib.rs address AVStream::codec deprecation 2019-12-29 08:35:39 -06:00
wrapper.c address AVStream::codec deprecation 2019-12-29 08:35:39 -06:00