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
Introduce ADDSUFFIXES function and use it to simplify the
[mplayer/glamo.git]
/
libmpcodecs
/
ae_lavc.h
blob
f84eeaaf5605e13b93773c8f49688ccfb9bdefed
1
#ifndef MPLAYER_AE_LAVC_H
2
#define MPLAYER_AE_LAVC_H
3
4
#include
"ae.h"
5
6
int
mpae_init_lavc
(
audio_encoder_t
*
encoder
);
7
8
#endif
/* MPLAYER_AE_LAVC_H */