summaryrefslogtreecommitdiff
path: root/ffmpeg.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 /ffmpeg.c
parent2dbdb309ac957059cfe5a4e9e13b7423d70bd89b (diff)
mpeg12: remove repeat-field code disabled since May 2002
Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 079384b8a6..1443dd3dc8 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -2391,8 +2391,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;
}
}