annotate spudec.h @ 680:fbd9327b899b

- now features 24->32 conversion (this is actually faster than letting the codec produce depth 32 in the first place for avis :-))) )
author acki2
date Tue, 01 May 2001 22:37:37 +0000
parents 36fd71db0d33
children 24d3dca4e813
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*);
561
36fd71db0d33 spudec_decode() moved from mplayer.c to spudec.c
arpi_esp
parents: 560
diff changeset
5 void spudec_decode(unsigned char *packet,int len);
560
28ae99036574 Separated dvdsub code to be able to work with it easier
lgb
parents:
diff changeset
6
28ae99036574 Separated dvdsub code to be able to work with it easier
lgb
parents:
diff changeset
7 #endif