diff options
author | Josh de Kock <josh@itanimul.li> | 2018-02-18 17:54:23 +0000 |
---|---|---|
committer | Josh de Kock <josh@itanimul.li> | 2018-04-02 03:26:22 +0100 |
commit | 89029bd2c7f385c078fba8f2a8c19229833caa13 (patch) | |
tree | 84e5ff213ed973be36026109e115831d38b10ff4 /tests/api/api-codec-param-test.c | |
parent | d1221f335183a07dae761551188677551e5ba792 (diff) | |
download | ffmpeg-89029bd2c7f385c078fba8f2a8c19229833caa13.tar.gz |
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>
Diffstat (limited to 'tests/api/api-codec-param-test.c')
-rw-r--r-- | tests/api/api-codec-param-test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/api/api-codec-param-test.c b/tests/api/api-codec-param-test.c index 377a5e9c79..0868322cb4 100644 --- a/tests/api/api-codec-param-test.c +++ b/tests/api/api-codec-param-test.c @@ -231,8 +231,6 @@ int main(int argc, char* argv[]) AVFormatContext *fmt_ctx = NULL; AVFormatContext *fmt_ctx_no_decode = NULL; - av_register_all(); - if (argc < 2) { av_log(NULL, AV_LOG_ERROR, "Usage: %s <input>\n", argv[0]); return -1; |