Mercurial > mplayer.hg
comparison libaf/af_resample.c @ 24595:85f669a84e7a
cosmetics: misc typo fixes
author | diego |
---|---|
date | Tue, 25 Sep 2007 16:34:23 +0000 |
parents | 904e3f3f8bee |
children | b2402b4f0afa |
comparison
equal
deleted
inserted
replaced
24594:6b9c9c305324 | 24595:85f669a84e7a |
---|---|
18 | 18 |
19 /* Below definition selects the length of each poly phase component. | 19 /* Below definition selects the length of each poly phase component. |
20 Valid definitions are L8 and L16, where the number denotes the | 20 Valid definitions are L8 and L16, where the number denotes the |
21 length of the filter. This definition affects the computational | 21 length of the filter. This definition affects the computational |
22 complexity (see play()), the performance (see filter.h) and the | 22 complexity (see play()), the performance (see filter.h) and the |
23 memory usage. The filterlenght is choosen to 8 if the machine is | 23 memory usage. The filterlength is choosen to 8 if the machine is |
24 slow and to 16 if the machine is fast and has MMX. | 24 slow and to 16 if the machine is fast and has MMX. |
25 */ | 25 */ |
26 | 26 |
27 #if !defined(HAVE_MMX) // This machine is slow | 27 #if !defined(HAVE_MMX) // This machine is slow |
28 #define L8 | 28 #define L8 |