lav*,tests: remove several register_all calls

avdevice_register_all() is still required to register devices into
lavf (this is required due to lavd being somewhat of a hack).

Signed-off-by: Josh de Kock <josh@itanimul.li>
This commit is contained in:
Josh de Kock
2018-02-18 17:54:23 +00:00
parent d1221f3351
commit 89029bd2c7
28 changed files with 0 additions and 58 deletions

View File

@@ -517,8 +517,6 @@ int main(int argc, char **argv)
return 1;
}
avfilter_register_all();
if ((ret = open_input_file(argv[1])) < 0)
goto end;
if ((ret = open_output_file(argv[2])) < 0)