summaryrefslogtreecommitdiff
path: root/doc/examples/remuxing.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/remuxing.c')
-rw-r--r--doc/examples/remuxing.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/remuxing.c b/doc/examples/remuxing.c
index 59594181a7..9e4d1031b4 100644
--- a/doc/examples/remuxing.c
+++ b/doc/examples/remuxing.c
@@ -65,8 +65,6 @@ int main(int argc, char **argv)
in_filename = argv[1];
out_filename = argv[2];
- av_register_all();
-
if ((ret = avformat_open_input(&ifmt_ctx, in_filename, 0, 0)) < 0) {
fprintf(stderr, "Could not open input file '%s'", in_filename);
goto end;