mirror of
https://github.com/mpv-player/mpv
synced 2025-02-06 23:21:54 +00:00
7549813fbe
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6785 b3059339-0415-0410-9bf9-f77b7e298cf2
8 lines
125 B
C
8 lines
125 B
C
#ifndef SUB_CC_H
|
|
#define SUB_CC_H
|
|
|
|
void subcc_process_data(unsigned char *inputdata,unsigned int len);
|
|
|
|
#endif /*SUB_CC_H*/
|
|
|