repo.or.cz
/
mplayer
/
greg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use proper length specifiers in mp_msg calls, fixes the warnings:
[mplayer/greg.git]
/
libmpcodecs
/
ae_lavc.h
blob
e7b957fd887a118cfd0074a3d2de10aea2923cab
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