X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ffmpeg.c;h=b1052c012e6904468a01cff1257f29786f13faf8;hb=35594c48caf00ef96c45b50be4767f3e7f08a77f;hp=24b6bec37a22fdebcfb4834b2813fa70375d97f1;hpb=70737b83f06e34a8b4f9eb70948b2f2ca6711992;p=ffmpeg diff --git a/ffmpeg.c b/ffmpeg.c index 24b6bec37a2..b1052c012e6 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2502,9 +2502,6 @@ static int transcode_init(void) av_log(NULL, AV_LOG_WARNING, "The bitrate parameter is set too low." " It takes bits/s as argument, not kbits/s\n"); extra_size += ost->st->codec->extradata_size; - - if (ost->st->codec->me_threshold) - input_streams[ost->source_index]->st->codec->debug |= FF_DEBUG_MV; } else { av_opt_set_dict(ost->st->codec, &ost->opts); }