annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
560
28ae99036574 Separated dvdsub code to be able to work with it easier
lgb
parents:
diff changeset
1 #ifndef _MPLAYER_SPUDEC_H
28ae99036574 Separated dvdsub code to be able to work with it easier
lgb
parents:
diff changeset
2 #define _MPLAYER_SPUDEC_H
28ae99036574 Separated dvdsub code to be able to work with it easier
lgb
parents:
diff changeset
3
28ae99036574 Separated dvdsub code to be able to work with it easier
lgb
parents:
diff changeset
4 void spudec_process_control(unsigned char *, int, int*, int*);
28ae99036574 Separated dvdsub code to be able to work with it easier
lgb
parents:
diff changeset
5
28ae99036574 Separated dvdsub code to be able to work with it easier
lgb
parents:
diff changeset
6 #endif