Commit e2238b5c authored by Laurent Aimar's avatar Laurent Aimar

Be sure audio equalizer filter is inserted first.

parent d017a2f8
......@@ -783,6 +783,7 @@ static int FilterOrder( const char *psz_name )
const char *psz_name;
int i_order;
} filter[] = {
{ "equalizer", 0 },
{ NULL, INT_MAX },
};
for( int i = 0; filter[i].psz_name; i++ )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment