mirror of
https://github.com/mpv-player/mpv
synced 2024-11-07 01:47:00 +01:00
d73d923d05
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@562 b3059339-0415-0410-9bf9-f77b7e298cf2
8 lines
175 B
C
8 lines
175 B
C
#ifndef _MPLAYER_SPUDEC_H
|
|
#define _MPLAYER_SPUDEC_H
|
|
|
|
void spudec_process_control(unsigned char *, int, int*, int*);
|
|
void spudec_decode(unsigned char *packet,int len);
|
|
|
|
#endif
|