1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-07-16 22:42:38 +02:00

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

@ -674,7 +674,6 @@ extern HWDevice *filter_hw_device;
extern unsigned nb_output_dumped;
extern int main_return_code;
extern int input_stream_potentially_available;
extern int ignore_unknown_streams;
extern int copy_unknown_streams;