annotate libmpcodecs/ae_lame.h @ 19563:661d6c8a4adb
Add -(no)ass-use-margins option.
author |
eugeni |
date |
Mon, 28 Aug 2006 15:12:45 +0000 (2006-08-28) |
parents |
507ed764f0ef |
children |
3f0d00abc073 |
rev |
line source |
15953
|
1 #ifndef __AE_MP3LAME_H_
|
|
2 #define __AE_MP3LAME_H_
|
15234
|
3
|
|
4 #include "ae.h"
|
|
5
|
|
6 int mpae_init_lame(audio_encoder_t *encoder);
|
|
7
|
|
8 #endif
|