crate: libavresample is deprecated

Remove avresample from defaultt features
This commit is contained in:
geovex
2023-05-24 21:49:22 +02:00
committed by Till Höppner
parent 3322c168b7
commit 0be10ddd49
+1 -1
View File
@@ -22,7 +22,7 @@ bindgen = "0.32"
regex = "0.2"
[features]
default = ["avcodec", "avdevice", "avfilter", "avformat", "avresample", "swresample", "swscale"]
default = ["avcodec", "avdevice", "avfilter", "avformat", "swresample", "swscale"]
static = []
build = ["static"]