diff --git a/avconv.c b/avconv.c index 058c0ee3b5..d2cb69f0bb 100644 --- a/avconv.c +++ b/avconv.c @@ -2157,8 +2157,7 @@ static int transcode_init(OutputFile *output_files, break; } /* two pass mode */ - if (ost->encoding_needed && - (codec->flags & (CODEC_FLAG_PASS1 | CODEC_FLAG_PASS2))) { + if ((codec->flags & (CODEC_FLAG_PASS1 | CODEC_FLAG_PASS2))) { char logfilename[1024]; FILE *f;