Mercurial > mplayer.hg
comparison libvo/sub.c @ 7003:60a473935d7d
warning fixes by Sylvain Petreolle <spetreolle@yahoo.fr>
author | arpi |
---|---|
date | Wed, 14 Aug 2002 21:28:18 +0000 |
parents | bd6748605681 |
children | b395b1240954 |
comparison
equal
deleted
inserted
replaced
7002:518faaa2aee4 | 7003:60a473935d7d |
---|---|
1 | 1 |
2 #include <stdio.h> | 2 #include <stdio.h> |
3 #include <stdlib.h> | 3 #include <stdlib.h> |
4 #include <string.h> | |
4 | 5 |
5 #include "config.h" | 6 #include "config.h" |
6 #include "mp_msg.h" | 7 #include "mp_msg.h" |
7 #include "video_out.h" | 8 #include "video_out.h" |
8 #include "font_load.h" | 9 #include "font_load.h" |
9 #include "sub.h" | 10 #include "sub.h" |
11 #include "../spudec.h" | |
10 | 12 |
11 char * __sub_osd_names[]={ | 13 char * __sub_osd_names[]={ |
12 "Seekbar", | 14 "Seekbar", |
13 "Play", | 15 "Play", |
14 "Pause", | 16 "Pause", |