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/muxing.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'doc/examples/muxing.c') diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c index 6b98a3b..08da98e 100644 --- a/doc/examples/muxing.c +++ b/doc/examples/muxing.c @@ -564,9 +564,6 @@ int main(int argc, char **argv) AVDictionary *opt = NULL; int i; - /* Initialize libavcodec, and register all codecs and formats. */ - av_register_all(); - if (argc < 2) { printf("usage: %s output_file\n" "API example program to output a media file with libavformat.\n" -- cgit v1.1