diff options
Diffstat (limited to 'src/libmad/synth.h')
-rw-r--r-- | src/libmad/synth.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmad/synth.h b/src/libmad/synth.h index d5a63589e..64a8278d7 100644 --- a/src/libmad/synth.h +++ b/src/libmad/synth.h @@ -34,7 +34,7 @@ struct mad_pcm { struct mad_synth { mad_fixed_t filter[2][2][2][16][8]; /* polyphase filterbank outputs */ - /* [ch][eo][peo][s][v] */ + /* [ch][eo][peo][s][v] */ unsigned int phase; /* current processing phase */ |