repo.or.cz
/
mplayer.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
stream.h: Add 2 prototypes instead of declaring them in cache2.c
[mplayer.git]
/
libmpcodecs
/
ae_twolame.h
blob
a7dd16832d9228937590741e1f3ba590b2dd60bf
1
#ifndef MPLAYER_AE_TWOLAME_H
2
#define MPLAYER_AE_TWOLAME_H
3
4
#include
"ae.h"
5
#include <twolame.h>
6
7
typedef
struct
{
8
twolame_options
*
twolame_ctx
;
9
int
vbr
;
10
}
mpae_twolame_ctx
;
11
12
int
mpae_init_twolame
(
audio_encoder_t
*
encoder
);
13
14
#endif
/* MPLAYER_AE_TWOLAME_H */