[MPlayer-dev-eng] [PATCH] [RFC] New audio filter: LADSPA plugin loader

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Dec 19 12:53:17 CET 2004


Hi,
like many other filters you are handling format selection in
AF_CONTROL_REINIT incorrectly.
What you set in af->data is the format that your filter is producing.
The input format that you will get is in the arg parameter - if that is
something you can't handle you must modify it and return AF_FALSE.
af_test_output is a helper that can do that for you if you want your
input format to match the output format (also see a patch I recently
sent).

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list