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

void spudec_process_control(unsigned char *, int, int*, int*);

#endif