Dav1dPlay: Remove redundant log message

This commit is contained in:
Marvin Scholz
2020-05-15 10:28:22 +02:00
parent 2987b78a36
commit 7f50fc3719
-1
View File
@@ -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) {