fftools/ffmpeg_mux_init: drop an always-false check

It cannot be true since 1959351aec. Effectively reverts 6a3833e141.
This commit is contained in:
Anton Khirnov
2022-11-14 15:56:20 +01:00
parent 13947aff3f
commit b58264217b
4 changed files with 0 additions and 14 deletions

View File

@@ -1098,7 +1098,5 @@ int ifile_open(const OptionsContext *o, const char *filename)
}
}
input_stream_potentially_available = 1;
return 0;
}