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

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-03-06 14:16:13 +0300
committerJan Beich <jbeich@FreeBSD.org>2020-03-06 14:16:13 +0300
commite04227c5f6729b460e0b8e5fb52eae2d5acd15ef (patch)
tree27b5a09ab88fd7aad0bafd992fc68142bde198c4 /examples
parentefd9e5518e0ed5114f8b4579debd7ee6dbede21f (diff)
examples: chase cacc8e350c40
../examples/dav1dplay.c:1030:5: warning: implicit declaration of function 'init_demuxers' is invalid in C99 [-Wimplicit-function-declaration] init_demuxers(); ^ /usr/bin/ld.bfd: examples/c590b3c@@dav1dplay@exe/dav1dplay.c.o: in function `decoder_thread_main': dav1dplay.c:(.text+0x1243): undefined reference to `init_demuxers' cc: error: linker command failed with exit code 1 (use -v to see invocation)
Diffstat (limited to 'examples')
-rw-r--r--examples/dav1dplay.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/dav1dplay.c b/examples/dav1dplay.c
index 56c8acd..bcd4835 100644
--- a/examples/dav1dplay.c
+++ b/examples/dav1dplay.c
@@ -1026,9 +1026,6 @@ static int decoder_thread_main(void *cookie)
Dav1dPlaySettings settings = rd_ctx->settings;
- // Init dav1d tools demuxers
- init_demuxers();
-
if ((res = input_open(&in_ctx, "ivf",
settings.inputfile,
fps, &total, timebase)) < 0)