From 7ece426518e6214af42f101f7105b4918df925e7 Mon Sep 17 00:00:00 2001 From: sergystepanov Date: Thu, 11 Jun 2026 22:04:34 +0300 Subject: [PATCH] Fix missing codec params in the VPX struct --- pkg/worker/media/media_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/worker/media/media_test.go b/pkg/worker/media/media_test.go index a0fd9399..829ebe13 100644 --- a/pkg/worker/media/media_test.go +++ b/pkg/worker/media/media_test.go @@ -58,6 +58,9 @@ func run(w, h int, cod encoder.VideoCodec, count int, a *image.RGBA, b *image.RG Vpx: struct { Bitrate uint KeyframeInterval uint + CpuUsed int + TileColumns int + Tune string }{ Bitrate: 1000, KeyframeInterval: 5,