summaryrefslogtreecommitdiff
path: root/doc/examples/muxing.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/muxing.c')
-rw-r--r--doc/examples/muxing.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
index 6b98a3b2a0..08da98e574 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"