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 support for VDPAU video out, including hardware decoding.
[mplayer/glamo.git]
/
libmpcodecs
/
native
/
xa_gsm.h
blob
da577a4df1b39831cf21016f8484a7cc4c9c7942
1
#ifndef MPLAYER_XA_GSM_H
2
#define MPLAYER_XA_GSM_H
3
4
void
XA_MSGSM_Decoder
(
unsigned char
*
ibuf
,
unsigned short
*
obuf
);
5
void
XA_GSM_Decoder
(
unsigned char
*
ibuf
,
unsigned short
*
obuf
);
6
void
GSM_Init
(
void
);
7
8
#endif
/* MPLAYER_XA_GSM_H */