comparison eosd.h @ 32209:ef21cbba62ee

Move libass/ass_mp.[ch] ---> ass_mp.[ch]. ass_mp.[ch] is not part of libass and no other external library glue code is kept in the same directory as the imported external library.
author diego
date Fri, 17 Sep 2010 15:13:37 +0000
parents d947ba580cc9
children b4c3659d16b1
comparison
equal deleted inserted replaced
32208:4cd07921bec2 32209:ef21cbba62ee
20 */ 20 */
21 21
22 #ifndef MPLAYER_EOSD_H 22 #ifndef MPLAYER_EOSD_H
23 #define MPLAYER_EOSD_H 23 #define MPLAYER_EOSD_H
24 24
25 #include "libass/ass_mp.h"
26 #include "libmpcodecs/vf.h" 25 #include "libmpcodecs/vf.h"
27 #include "libvo/video_out.h" 26 #include "libvo/video_out.h"
27 #include "ass_mp.h"
28 28
29 /** 29 /**
30 * Initialize the EOSD subsystem. 30 * Initialize the EOSD subsystem.
31 * 31 *
32 * @param vf the video filter chain where the rendering will take place. 32 * @param vf the video filter chain where the rendering will take place.