Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/hw_decode.c')
-rw-r--r--doc/examples/hw_decode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/hw_decode.c b/doc/examples/hw_decode.c
index 83a5808bf7..14fe08b374 100644
--- a/doc/examples/hw_decode.c
+++ b/doc/examples/hw_decode.c
@@ -163,8 +163,6 @@ int main(int argc, char *argv[])
return -1;
}
- av_register_all();
-
type = av_hwdevice_find_type_by_name(argv[1]);
if (type == AV_HWDEVICE_TYPE_NONE) {
fprintf(stderr, "Device type %s is not supported.\n", argv[1]);