view command.h @ 25074:bbdd0202c238

100l, *ppc++ was supposed to be replaced by ppc[i] in r25100, but that is not any faster. Just removing the += s->samples_overlap - s->num_channels; still provides a ca. 20% speedup on x86 (AThlon X2 64) with gcc 3.4 (compiler stupidity?)
author reimar
date Sun, 18 Nov 2007 18:33:45 +0000
parents 1d807885ce7b
children 6ac1ece1f9fe
line wrap: on
line source

int run_command(struct MPContext *mpctx, mp_cmd_t *cmd);
char *property_expand_string(struct MPContext *mpctx, char *str);
void property_print_help(void);