Skip to content

Commit

Permalink
remove format filter after pixscope
Browse files Browse the repository at this point in the history
fixes #817
  • Loading branch information
dericed committed Dec 24, 2024
1 parent 783a597 commit ff54043
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/GUI/filters.h
Original file line number Diff line number Diff line change
Expand Up @@ -870,8 +870,8 @@ const filter Filters[] =
{ Args_Type_None, 0, 0, 0, 0, nullptr },
},
{
"scale='max(640\\,iw)':'max(480\\,ih)',pixscope=x=${2}/${width}:y=${3}/${height}:w=${4}:h=${5},format=rgb24",
"il=l=d:c=d,scale='max(640\\,iw)':'max(480\\,ih)',pixscope=x=${2}/${width}:y=${3}/${height}:w=${4}:h=${5},format=rgb24",
"scale='max(640\\,iw)':'max(480\\,ih)',pixscope=x=${2}/${width}:y=${3}/${height}:w=${4}:h=${5}",
"il=l=d:c=d,scale='max(640\\,iw)':'max(480\\,ih)',pixscope=x=${2}/${width}:y=${3}/${height}:w=${4}:h=${5}",
},
},
{
Expand Down

0 comments on commit ff54043

Please sign in to comment.