Remove another remnant of that deprecated feature set
This commit is contained in:
parent
83da52ba95
commit
42448a8d45
@ -99,13 +99,6 @@ fn init_filter() {
|
|||||||
#[cfg(not(feature = "filter"))]
|
#[cfg(not(feature = "filter"))]
|
||||||
fn init_filter() {}
|
fn init_filter() {}
|
||||||
|
|
||||||
#[cfg_attr(
|
|
||||||
any(feature = "ffmpeg4", feature = "ffmpeg41", feature = "ffmpeg42"),
|
|
||||||
deprecated(
|
|
||||||
note = "features ffmpeg4/ffmpeg41/ffmpeg42/ffmpeg43 are now auto-detected \
|
|
||||||
and will be removed in a future version"
|
|
||||||
)
|
|
||||||
)]
|
|
||||||
pub fn init() -> Result<(), Error> {
|
pub fn init() -> Result<(), Error> {
|
||||||
init_error();
|
init_error();
|
||||||
#[cfg(not(feature = "ffmpeg_5_0"))]
|
#[cfg(not(feature = "ffmpeg_5_0"))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user