mirror of
https://github.com/philomena-dev/philomena.git
synced 2025-02-01 03:46:44 +01:00
underscore unused variable
This commit is contained in:
parent
2683dddb4c
commit
7b02ccde64
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ defmodule Philomena.Processors.Webm do
|
|||
{webm, mp4}
|
||||
end
|
||||
|
||||
defp scale_gif(file, palette, duration, {width, height}) do
|
||||
defp scale_gif(file, palette, _duration, {width, height}) do
|
||||
gif = Briefly.create!(extname: ".gif")
|
||||
scale_filter = "scale=w=#{width}:h=#{height}:force_original_aspect_ratio=decrease"
|
||||
palette_filter = "paletteuse=dither=bayer:bayer_scale=5:diff_mode=rectangle"
|
||||
|
|
Loading…
Reference in a new issue