From 7dd1554f0587343614320b35c9c14028020988b2 Mon Sep 17 00:00:00 2001 From: Ember Date: Thu, 18 Jan 2024 04:28:03 +1100 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/models/media_attachment.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/media_attachment.rb b/app/models/media_attachment.rb index 40b7c82d50305e..453cecc5a695e5 100644 --- a/app/models/media_attachment.rb +++ b/app/models/media_attachment.rb @@ -114,7 +114,7 @@ class MediaAttachment < ApplicationRecord }.freeze VIDEO_PASSTHROUGH_OPTIONS = { - video_codecs: %w[h264 av1].freeze, + video_codecs: %w(h264 av1).freeze, audio_codecs: ['aac', 'opus', nil].freeze, colorspaces: ['yuv420p'].freeze, options: {