Skip to content

Commit

Permalink
fix some instances of audio filter players
Browse files Browse the repository at this point in the history
  • Loading branch information
dericed committed Sep 7, 2023
1 parent f21108c commit 09297f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Source/GUI/filters.h
Original file line number Diff line number Diff line change
Expand Up @@ -986,8 +986,8 @@ const filter Filters[] =
{ Args_Type_None, 0, 0, 0, 0, nullptr },
},
{
"showwaves=mode=${3}:n=${2}:s=${width}x${height}:split_channels=0,negate",
"showwaves=mode=${3}:n=${2}:s=${width}x${height}:split_channels=1,negate",
"aformat=sample_fmts=flt|fltp:channel_layouts=stereo,showwaves=mode=${3}:n=${2}:s=${width}x${height}:split_channels=0,negate",
"aformat=sample_fmts=flt|fltp:channel_layouts=stereo,showwaves=mode=${3}:n=${2}:s=${width}x${height}:split_channels=1,negate",
},
},
{
Expand Down Expand Up @@ -1099,7 +1099,7 @@ const filter Filters[] =
{ Args_Type_None, 0, 0, 0, 0, nullptr },
},
{
"ebur128=video=1:meter=${1}[out0][out1];[out1]anullsink;[out0]copy",
"aformat=sample_fmts=flt|fltp:channel_layouts=stereo,ebur128=video=1:meter=${1}[out0][out1];[out1]anullsink;[out0]copy",
},
},
{
Expand Down

0 comments on commit 09297f4

Please sign in to comment.