avconv: remove pointless always true condition
This commit is contained in:
parent
11fdb7e197
commit
515901fad2
3
avconv.c
3
avconv.c
@ -2157,8 +2157,7 @@ static int transcode_init(OutputFile *output_files,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/* two pass mode */
|
/* two pass mode */
|
||||||
if (ost->encoding_needed &&
|
if ((codec->flags & (CODEC_FLAG_PASS1 | CODEC_FLAG_PASS2))) {
|
||||||
(codec->flags & (CODEC_FLAG_PASS1 | CODEC_FLAG_PASS2))) {
|
|
||||||
char logfilename[1024];
|
char logfilename[1024];
|
||||||
FILE *f;
|
FILE *f;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user