Mercurial > mplayer.hg
annotate libmpcodecs/ae_twolame.h @ 25770:7013c4222a19
Fix usage example comment
author | reimar |
---|---|
date | Sat, 19 Jan 2008 14:28:48 +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 */ |