Mercurial > mplayer.hg
annotate libmpcodecs/ae_twolame.h @ 25750:06bf0eb70a55
Cosmetics: whitespaces
author | benoit |
---|---|
date | Thu, 17 Jan 2008 10:24:14 +0000 |
parents | 3baf6a2283da |
children | 246221f7ba2e |
rev | line source |
---|---|
15359 | 1 #ifndef MPAE_TWOLAME_H |
2 #define MPAE_TWOLAME_H | |
3 | |
4 #include "ae.h" | |
5 #include <twolame.h> | |
6 | |
7 typedef struct { | |
8 twolame_options *twolame_ctx; | |
9 int vbr; | |
10 } mpae_twolame_ctx; | |
11 | |
12 int mpae_init_twolame(audio_encoder_t *encoder); | |
13 | |
25535
3baf6a2283da
Add explanatory comments to the #endif part of multiple inclusion guards.
diego
parents:
15359
diff
changeset
|
14 #endif /* MPAE_TWOLAME_H */ |