comparison libmpdemux/video.c @ 32458:ab8fb38f28b1

Move sub_cc.[ch] to the sub directory.
author cigaes
date Wed, 27 Oct 2010 16:48:21 +0000
parents c08363dc5320
children 356050e526ad
comparison
equal deleted inserted replaced
32457:f4822d5572f5 32458:ab8fb38f28b1
37 #include "stheader.h" 37 #include "stheader.h"
38 #include "parse_es.h" 38 #include "parse_es.h"
39 #include "mpeg_hdr.h" 39 #include "mpeg_hdr.h"
40 40
41 /* sub_cc (closed captions)*/ 41 /* sub_cc (closed captions)*/
42 #include "sub_cc.h" 42 #include "sub/sub_cc.h"
43 43
44 /* biCompression constant */ 44 /* biCompression constant */
45 #define BI_RGB 0L 45 #define BI_RGB 0L
46 46
47 #ifdef CONFIG_LIVE555 47 #ifdef CONFIG_LIVE555