summaryrefslogtreecommitdiff
path: root/doc/examples/avio_reading.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/avio_reading.c')
-rw-r--r--doc/examples/avio_reading.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/examples/avio_reading.c b/doc/examples/avio_reading.c
index 7860fd5e2f..cbfeb174b8 100644
--- a/doc/examples/avio_reading.c
+++ b/doc/examples/avio_reading.c
@@ -74,9 +74,6 @@ int main(int argc, char *argv[])
}
input_filename = argv[1];
- /* register codecs and formats and other lavf/lavc components*/
- av_register_all();
-
/* slurp file content into buffer */
ret = av_file_map(input_filename, &buffer, &buffer_size, 0, NULL);
if (ret < 0)