Skip to content

Commit

Permalink
Merge pull request #795 from bavc/audio-player-fix
Browse files Browse the repository at this point in the history
fix some instances of audio filter players
  • Loading branch information
dericed authored Sep 7, 2023
2 parents cf8fc90 + 09297f4 commit 55855af
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 55855af

Please sign in to comment.