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 /tools/seek_print.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 'tools/seek_print.c')
-rw-r--r-- | tools/seek_print.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/seek_print.c b/tools/seek_print.c index de876b487c..9280421741 100644 --- a/tools/seek_print.c +++ b/tools/seek_print.c @@ -65,7 +65,6 @@ int main(int argc, char **argv) argv++; argc--; - av_register_all(); if ((ret = avformat_open_input(&avf, filename, NULL, NULL)) < 0) { fprintf(stderr, "%s: %s\n", filename, av_err2str(ret)); return 1; |