Skip to content

Commit

Permalink
Update deprecated sub option (#204)
Browse files Browse the repository at this point in the history
* Update deprecated sub option

* Update src/encode.moon

Co-authored-by: Ramon Dantas <dts.ramon@gmail.com>

---------

Co-authored-by: Ramon Dantas <dts.ramon@gmail.com>
  • Loading branch information
hotsno and ekisu authored Jan 28, 2025
1 parent 64844ec commit a84e6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/encode.moon
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ get_sub_options = ->
ret = {}
append_property(ret, "sub-ass-override")
append_property(ret, "sub-ass-force-style")
append_property(ret, "sub-ass-vsfilter-aspect-compat")
append_property(ret, "sub-ass-use-video-data")
append_property(ret, "sub-auto")
append_property(ret, "sub-pos")
append_property(ret, "sub-delay")
Expand Down

0 comments on commit a84e6d7

Please sign in to comment.