codec/encoder/video: add missing feature flag (motion_est)

This commit is contained in:
lummax
2016-05-20 13:56:22 +02:00
parent 75ef14c45c
commit e4fcdad658

View File

@ -122,6 +122,7 @@ impl Video {
}
#[inline]
#[cfg(feature = "ff_api_motion_est")]
pub fn set_motion_estimation(&mut self, value: MotionEstimation) {
unsafe {
(*self.as_mut_ptr()).me_method = value.into();