From 59b55c494e01de09dfd7cbf9cbbe7223265ac283 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 8 Oct 2014 10:39:02 +0000 Subject: lavc: deprecate unused me_threshold field --- avconv.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'avconv.c') diff --git a/avconv.c b/avconv.c index c94e8f83fc..dc21afff4a 100644 --- a/avconv.c +++ b/avconv.c @@ -564,8 +564,7 @@ static void do_video_out(AVFormatContext *s, in_picture->top_field_first = !!ost->top_field_first; in_picture->quality = enc->global_quality; - if (!enc->me_threshold) - in_picture->pict_type = 0; + in_picture->pict_type = 0; if (ost->forced_kf_index < ost->forced_kf_count && in_picture->pts >= ost->forced_kf_pts[ost->forced_kf_index]) { in_picture->pict_type = AV_PICTURE_TYPE_I; -- cgit v1.2.3