Mercurial > mplayer.hg
view libmpcodecs/native/xa_gsm.h @ 25951:9b51f2ba368b
Support alpha for vo gl osdcolor
author | reimar |
---|---|
date | Mon, 11 Feb 2008 19:00:01 +0000 |
parents | 58ff364dc851 |
children | 4129c8cfa742 |
line wrap: on
line source
#ifndef XA_GSM_H #define XA_GSM_H void XA_MSGSM_Decoder(unsigned char *ibuf,unsigned short *obuf); void XA_GSM_Decoder(unsigned char *ibuf,unsigned short *obuf); void GSM_Init(void); #endif /* XA_GSM_H */