summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/ae_twolame.h
blob: ae226ea0597d6acb177a84ec060c7a0b3272c446 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef AE_TWOLAME_H
#define AE_TWOLAME_H

#include "ae.h"
#include <twolame.h>

typedef struct {
	twolame_options *twolame_ctx;
	int vbr;
} mpae_twolame_ctx;

int mpae_init_twolame(audio_encoder_t *encoder);

#endif /* AE_TWOLAME_H */