comparison sub/sub_cc.c @ 32467:fbe5c829c69b

Move libvo/sub.[ch] from libvo to sub.
author cigaes
date Wed, 27 Oct 2010 17:47:13 +0000
parents 22888a8cb312
children b39155e98ac3
comparison
equal deleted inserted replaced
32466:9e627a1793b1 32467:fbe5c829c69b
36 #include "sub_cc.h" 36 #include "sub_cc.h"
37 37
38 #include "subreader.h" 38 #include "subreader.h"
39 39
40 #include "libvo/video_out.h" 40 #include "libvo/video_out.h"
41 #include "libvo/sub.h" 41 #include "sub.h"
42 42
43 43
44 #define CC_MAX_LINE_LENGTH 64 44 #define CC_MAX_LINE_LENGTH 64
45 45
46 static char chartbl[128]; 46 static char chartbl[128];