mirror of
https://github.com/mpv-player/mpv
synced 2025-01-12 09:59:44 +00:00
moved font_laod.h
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5295 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
42d31020c9
commit
2eba558fcd
@ -20,5 +20,7 @@ typedef struct {
|
||||
short width[65536];
|
||||
} font_desc_t;
|
||||
|
||||
extern font_desc_t* vo_font;
|
||||
|
||||
raw_file* load_raw(char *name,int verbose);
|
||||
font_desc_t* read_font_desc(char* fname,float factor,int verbose);
|
||||
|
@ -1,6 +1,7 @@
|
||||
|
||||
#include "config.h"
|
||||
#include "video_out.h"
|
||||
#include "font_load.h"
|
||||
#include "sub.h"
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -12,8 +12,6 @@ static inline void vo_draw_text_osd(int dxs,int dys,void (*draw_alpha)(int x0,in
|
||||
|
||||
#include "../subreader.h"
|
||||
|
||||
extern font_desc_t* vo_font;
|
||||
|
||||
extern unsigned char* vo_osd_text;
|
||||
|
||||
extern int vo_osd_progbar_type;
|
||||
|
@ -12,7 +12,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "font_load.h"
|
||||
//#include "font_load.h"
|
||||
#include "img_format.h"
|
||||
#include "../vidix/vidix.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user