codec/encoder: remove deprecated set_time_base()

This commit is contained in:
lummax 2015-08-26 12:54:43 +02:00 committed by meh
parent c867dd6259
commit 40c13a7238

View File

@ -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 {