diff 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
line wrap: on
line diff
--- a/sub/sub_cc.h	Fri Apr 06 21:26:02 2012 +0000
+++ b/sub/sub_cc.h	Sat Apr 07 00:10:27 2012 +0000
@@ -25,5 +25,6 @@
 
 void subcc_init(void);
 void subcc_process_data(const uint8_t *inputdata, unsigned int len);
+void subcc_process_eia708(const uint8_t *data, int len);
 
 #endif /* MPLAYER_SUB_CC_H */