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:
authorMarvin Scholz <epirat07@gmail.com>2020-05-15 11:28:22 +0300
committerMarvin Scholz <epirat07@gmail.com>2020-05-15 11:49:14 +0300
commit7f50fc37199b4581d606ffbdf665b8141939b1f9 (patch)
tree49059a8f27f69b33e223377e525ac78f1115a587 /examples
parent2987b78a36f51d04d399109460f3229d67cdc3a3 (diff)
Dav1dPlay: Remove redundant log message
Diffstat (limited to 'examples')
-rw-r--r--examples/dp_renderer_placebo.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/dp_renderer_placebo.c b/examples/dp_renderer_placebo.c
index 0464ed8..9ac2538 100644
--- a/examples/dp_renderer_placebo.c
+++ b/examples/dp_renderer_placebo.c
@@ -83,7 +83,6 @@ typedef struct renderer_priv_ctx
static void *placebo_renderer_create(void *data)
{
- fprintf(stderr, "Using placebo renderer\n");
// Alloc
Dav1dPlayRendererPrivateContext *rd_priv_ctx = malloc(sizeof(Dav1dPlayRendererPrivateContext));
if (rd_priv_ctx == NULL) {