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/qsvdec.c')
-rw-r--r--doc/examples/qsvdec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/examples/qsvdec.c b/doc/examples/qsvdec.c
index cede6153be..7415eefca5 100644
--- a/doc/examples/qsvdec.c
+++ b/doc/examples/qsvdec.c
@@ -150,8 +150,6 @@ int main(int argc, char **argv)
int ret, i;
- av_register_all();
-
if (argc < 3) {
fprintf(stderr, "Usage: %s <input file> <output file>\n", argv[0]);
return 1;