1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-06 23:21:54 +00:00
mpv/sub_cc.h
atmos4 7549813fbe DVD Closed Captioning support, patch by Matteo Giani <matgiani@ctonet.it>, small changes by me.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6785 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-25 03:37:28 +00:00

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*/