comparison sub/sub_cc.h @ 34756:df3ff52039fe

Add code to support CC subtitles in ASTC and MOV. Code to actually use these will be added later, since it needs special code in FFmpeg. Code for MOV is already read, ASTC might take longer.
author reimar
date Sat, 07 Apr 2012 00:10:27 +0000
parents da2dc11d8436
children 02a03e00341e
comparison
equal deleted inserted replaced
34755:1ce66378ae1e 34756:df3ff52039fe
23 23
24 extern int subcc_enabled; 24 extern int subcc_enabled;
25 25
26 void subcc_init(void); 26 void subcc_init(void);
27 void subcc_process_data(const uint8_t *inputdata, unsigned int len); 27 void subcc_process_data(const uint8_t *inputdata, unsigned int len);
28 void subcc_process_eia708(const uint8_t *data, int len);
28 29
29 #endif /* MPLAYER_SUB_CC_H */ 30 #endif /* MPLAYER_SUB_CC_H */