diff options
author | Dustin Brody <libav@parsoma.net> | 2011-08-12 01:30:20 -0400 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-08-15 13:03:20 +0200 |
commit | 2bfdb34c8a61c96042752dac18499ce8381c1e69 (patch) | |
tree | e36924de45504c1753abd9f41ac5e2f4743b29b2 /ffmpeg.c | |
parent | 2dbdb309ac957059cfe5a4e9e13b7423d70bd89b (diff) | |
download | ffmpeg-2bfdb34c8a61c96042752dac18499ce8381c1e69.tar.gz |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; } } |