comparison sub/font_load.c @ 32467:fbe5c829c69b

Move libvo/sub.[ch] from libvo to sub.
author cigaes
date Wed, 27 Oct 2010 17:47:13 +0000
parents 9e627a1793b1
children b39155e98ac3
comparison
equal deleted inserted replaced
32466:9e627a1793b1 32467:fbe5c829c69b
24 #include <sys/types.h> 24 #include <sys/types.h>
25 #include <sys/stat.h> 25 #include <sys/stat.h>
26 #include <unistd.h> 26 #include <unistd.h>
27 27
28 #include "font_load.h" 28 #include "font_load.h"
29 #include "libvo/sub.h" 29 #include "sub.h"
30 #include "mp_msg.h" 30 #include "mp_msg.h"
31 31
32 raw_file* load_raw(char *name,int verbose){ 32 raw_file* load_raw(char *name,int verbose){
33 int bpp; 33 int bpp;
34 raw_file* raw=malloc(sizeof(raw_file)); 34 raw_file* raw=malloc(sizeof(raw_file));