summaryrefslogtreecommitdiff
path: root/avconv.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-10-27 11:19:52 +0100
committerAnton Khirnov <anton@khirnov.net>2013-10-31 20:21:13 +0100
commitccc71298456d97f64f539e303c771d04dcb33c53 (patch)
tree836aa017e856990ff331a24fe0b6078e6b36de80 /avconv.c
parentb6a4701612514c97d22f7ffb37993539f7718352 (diff)
lavc: deprecate FF_DEBUG_MV and remove all traces of its use
It has not been actually used since 37045e422903695e610cca6ecb753df643ab9380, when the broken vismv code was removed.
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/avconv.c b/avconv.c
index be47da0977..8d8c802f56 100644
--- a/avconv.c
+++ b/avconv.c
@@ -1745,9 +1745,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);
}