aboutsummaryrefslogtreecommitdiffstats
path: root/avconv.c
diff options
context:
space:
mode:
authorDustin Brody <libav@parsoma.net>2011-08-12 01:30:20 -0400
committerDiego Biurrun <diego@biurrun.de>2011-08-15 13:03:20 +0200
commit2bfdb34c8a61c96042752dac18499ce8381c1e69 (patch)
treee36924de45504c1753abd9f41ac5e2f4743b29b2 /avconv.c
parent2dbdb309ac957059cfe5a4e9e13b7423d70bd89b (diff)
downloadffmpeg-2bfdb34c8a61c96042752dac18499ce8381c1e69.tar.gz
mpeg12: remove repeat-field code disabled since May 2002
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'avconv.c')
-rw-r--r--avconv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/avconv.c b/avconv.c
index 74db59fe23..9df4779d50 100644
--- a/avconv.c
+++ b/avconv.c
@@ -2295,8 +2295,6 @@ static int transcode(AVFormatContext **output_files,
}
assert_codec_experimental(ist->st->codec, 0);
assert_avoptions(ost->opts);
- //if (ist->st->codec->codec_type == AVMEDIA_TYPE_VIDEO)
- // ist->st->codec->flags |= CODEC_FLAG_REPEAT_FIELD;
}
}