view libmpcodecs/ae_twolame.h @ 28362:f0a0d87b7c56

1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined/undefined, not defined to 0/1, use them accordingly. 2) Add ESD definitions to avoid undefined preprocessor directives warnings.
author diego
date Fri, 30 Jan 2009 23:21:23 +0000
parents 4129c8cfa742
children bbb6ebec87a0
line wrap: on
line source

#ifndef MPLAYER_AE_TWOLAME_H
#define MPLAYER_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 /* MPLAYER_AE_TWOLAME_H */