summaryrefslogtreecommitdiffstats
path: root/spudec.h
blob: c6f0b8b4fd5945577cec8b74d87f91d23d8d750c (plain)
1
2
3
4
5
6
7
#ifndef _MPLAYER_SPUDEC_H
#define _MPLAYER_SPUDEC_H

void spudec_process_control(unsigned char *, int, int*, int*);
void spudec_decode(unsigned char *packet,int len);

#endif