From 89029bd2c7f385c078fba8f2a8c19229833caa13 Mon Sep 17 00:00:00 2001 From: Josh de Kock Date: Sun, 18 Feb 2018 17:54:23 +0000 Subject: 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 --- tests/api/api-h264-test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/api/api-h264-test.c') diff --git a/tests/api/api-h264-test.c b/tests/api/api-h264-test.c index 52282e0007..66669fa0c3 100644 --- a/tests/api/api-h264-test.c +++ b/tests/api/api-h264-test.c @@ -158,8 +158,6 @@ int main(int argc, char **argv) return 1; } - av_register_all(); - if (video_decode_example(argv[1]) != 0) return 1; -- cgit v1.2.3