From 10bcc41bb40ba479bfc5ad29b1650a6b335437a8 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Wed, 7 Feb 2018 19:36:57 +0000 Subject: examples: Don't call deprecated functions which don't do anything --- doc/examples/transcode_aac.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'doc/examples/transcode_aac.c') diff --git a/doc/examples/transcode_aac.c b/doc/examples/transcode_aac.c index 3c7688cd33..b19349573a 100644 --- a/doc/examples/transcode_aac.c +++ b/doc/examples/transcode_aac.c @@ -753,8 +753,6 @@ int main(int argc, char **argv) exit(1); } - /* Register all codecs and formats so that they can be used. */ - av_register_all(); /* Open the input file for reading. */ if (open_input_file(argv[1], &input_format_context, &input_codec_context)) -- cgit v1.2.3