Skip to content

Commit

Permalink
πŸ™„
Browse files Browse the repository at this point in the history
  • Loading branch information
Ember-ruby committed Jan 17, 2024
1 parent 1383a26 commit 7dd1554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/media_attachment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 7dd1554

Please sign in to comment.