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_pcm.h
blob
ea6bcde1e3e95d915dd2ce6c29ee3dbf1934cc7b
1
#ifndef AE_PCM_H
2
#define AE_PCM_H
3
4
#include
"ae.h"
5
6
int
mpae_init_pcm
(
audio_encoder_t
*
encoder
);
7
8
#endif