codec/encoder: remove deprecated set_time_base()
This commit is contained in:
parent
c867dd6259
commit
40c13a7238
@ -98,12 +98,6 @@ impl Encoder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn set_time_base<R: Into<Rational>>(&mut self, value: R) {
|
|
||||||
unsafe {
|
|
||||||
(*self.as_mut_ptr()).time_base = value.into().into();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Deref for Encoder {
|
impl Deref for Encoder {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user