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
Avoid passing test invalid arguments when string is empty.
[mplayer/glamo.git]
/
libmpcodecs
/
ae_lavc.h
blob
e16fe83534a0a458fa495252ffb7ef80b07f36ec
1
#ifndef __AE_LAVC_H_
2
#define __AE_LAVC_H_
3
4
#include
"ae.h"
5
6
int
mpae_init_lavc
(
audio_encoder_t
*
encoder
);
7
8
#endif