Skip to content

Commit

Permalink
Add semicolor for scale
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jul 20, 2024
1 parent 3c5a43f commit f12e1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screen-recorder/options.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Options
DEFAULT_FPS = 15.0
DEFAULT_MAC_INPUT_PIX_FMT = 'uyvy422'.freeze # For avfoundation
DEFAULT_PIX_FMT = 'yuv420p'.freeze
YUV420P_SCALING = '"scale=trunc(iw/2)*2:trunc(ih/2)*2"'.freeze
YUV420P_SCALING = '"scale=trunc(iw/2)*2:trunc(ih/2)*2;"'.freeze

def initialize(options)
# @todo Consider using OpenStruct
Expand Down

0 comments on commit f12e1c0

Please sign in to comment.