]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.c
Put vp9_scans and vp9_scans_nb in ro_data.
[ffmpeg] / ffmpeg.c
index 24b6bec37a22fdebcfb4834b2813fa70375d97f1..b1052c012e6904468a01cff1257f29786f13faf8 100644 (file)
--- 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);
         }