mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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;
|
||||
}
|
||||
/* 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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user