From 6ccbea8bd9337e4ac74d2d68e6ad8e7de549f06f Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Fri, 18 Oct 2024 22:20:34 +0300 Subject: [PATCH] Fix test --- 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 2fb49e07..756688de 100644 --- a/pkg/worker/media/media_test.go +++ b/pkg/worker/media/media_test.go @@ -41,7 +41,10 @@ func run(w, h int, cod encoder.VideoCodec, count int, a *image.RGBA, b *image.RG Codec: string(cod), Threads: 0, H264: struct { + Mode string Crf uint8 + MaxRate int + BufSize int LogLevel int32 Preset string Profile string