0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/libmpcodecs/ae_twolame.h
nicodvb 5bb432dbbe added twolame mp2 audio encoder
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15360 b3059339-0415-0410-9bf9-f77b7e298cf2
2005-05-07 14:50:14 +00:00

15 lines
221 B
C

#ifndef MPAE_TWOLAME_H
#define MPAE_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