Commits on Source (5)
-
psz_inner_name was only used in Create(), thus move it out of filter_sys_t struct. This also moves the free() closer to where the variable is allocated.
849635ac -
var_InheritString() guarantees that, if the string returned is not NULL, the string does not contain a NULL terminator as first character. Checking for strlen() > 0 does the same as checking if the string contains a NULL terminator as first character, because strlen() doesn't count the NULL terminator. Thus, remove the unneeded check.
cd3c1f62 -
0413a69b
-
It's used only once in Open(), so move it out of decoder_sys_t struct. This also moves the free() closer to where the variable is allocated.
afdfac2e -
With the exception of b_cfg_fadeout, these members were only used in Open(). Thus, move them out of decoder_sys_t struct.
b2406ca9