mpv/spudec.h

7 lines
124 B
C
Raw Normal View History

#ifndef _MPLAYER_SPUDEC_H
#define _MPLAYER_SPUDEC_H
void spudec_process_control(unsigned char *, int, int*, int*);
#endif