annotate libmpcodecs/ae_lame.h @ 29154:d26f4b307224

Introduce ADD_ALL_DIRS function to factorize clean and distclean target commands to remove certain patterns in all subdirectories.
author diego
date Sun, 19 Apr 2009 15:51:06 +0000
parents 4129c8cfa742
children bbb6ebec87a0
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25535
diff changeset
1 #ifndef MPLAYER_AE_LAME_H
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25535
diff changeset
2 #define MPLAYER_AE_LAME_H
15234
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
3
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
4 #include "ae.h"
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
5
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
6 int mpae_init_lame(audio_encoder_t *encoder);
e84a6ae9d51e audio encoding reworked
nicodvb
parents:
diff changeset
7
26029
4129c8cfa742 Add MPLAYER_ prefix to multiple inclusion guards.
diego
parents: 25535
diff changeset
8 #endif /* MPLAYER_AE_LAME_H */