comparison libass/mputils.h @ 32454:69d3be4d52a2

Create a new directory, "sub", for subtitles and OSD related code. Move subreader.[ch] into it.
author cigaes
date Wed, 27 Oct 2010 16:28:50 +0000
parents 588ce97b44f2
children 9e627a1793b1
comparison
equal deleted inserted replaced
32453:e789ea19fa5a 32454:69d3be4d52a2
22 #define LIBASS_MPUTILS_H 22 #define LIBASS_MPUTILS_H
23 23
24 #include "mp_msg.h" 24 #include "mp_msg.h"
25 #include "help_mp.h" 25 #include "help_mp.h"
26 #include "libvo/font_load.h" // for blur() 26 #include "libvo/font_load.h" // for blur()
27 #include "subreader.h" // for guess_buffer_cp 27 #include "sub/subreader.h" // for guess_buffer_cp
28 #include "libvo/sub.h" // for utf8_get_char 28 #include "libvo/sub.h" // for utf8_get_char
29 #include "libavutil/common.h" 29 #include "libavutil/common.h"
30 30
31 #endif /* LIBASS_MPUTILS_H */ 31 #endif /* LIBASS_MPUTILS_H */