diff --git a/libavcodec/libschroedingerenc.c b/libavcodec/libschroedingerenc.c index 89d0ba932288b7362e1c8cb9004f1f076810a9df..965096ab010f0f33b9610cfe45e65a3c40af7aac 100644 --- a/libavcodec/libschroedingerenc.c +++ b/libavcodec/libschroedingerenc.c @@ -206,11 +206,6 @@ static int libschroedinger_encode_init(AVCodecContext *avccontext) schro_video_format_set_std_signal_range(p_schro_params->format, SCHRO_SIGNAL_RANGE_8BIT_VIDEO); - - /* Hardcode motion vector precision to quarter pixel. */ - schro_encoder_setting_set_double (p_schro_params->encoder, - "mv_precision", 2); - /* Set the encoder format. */ schro_encoder_set_video_format(p_schro_params->encoder, p_schro_params->format);