comparison spudec.h @ 560:28ae99036574

Separated dvdsub code to be able to work with it easier
author lgb
date Sat, 21 Apr 2001 15:38:01 +0000
parents
children 36fd71db0d33
comparison
equal deleted inserted replaced
559:6fbd39309b87 560:28ae99036574
1 #ifndef _MPLAYER_SPUDEC_H
2 #define _MPLAYER_SPUDEC_H
3
4 void spudec_process_control(unsigned char *, int, int*, int*);
5
6 #endif