repo.or.cz
/
mplayer
/
glamo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add rules to install gmplayer manual pages.
[mplayer/glamo.git]
/
libmpcodecs
/
ae_pcm.h
blob
54698d56ca97a5188d4794f5ff1bf2705f6be651
1
#ifndef MPLAYER_AE_PCM_H
2
#define MPLAYER_AE_PCM_H
3
4
#include
"ae.h"
5
6
int
mpae_init_pcm
(
audio_encoder_t
*
encoder
);
7
8
#endif
/* MPLAYER_AE_PCM_H */