comparison libvo/sub.h @ 24012:94d4930701b4

Remove useless #include and silence warnings when compiling find_sub.c.
author cehoyos
date Wed, 08 Aug 2007 10:40:17 +0000
parents 037737866f6a
children 7e2808fb1807
comparison
equal deleted inserted replaced
24011:aa0a5aa712fc 24012:94d4930701b4
1 1
2 #ifndef MPLAYER_SUB_H 2 #ifndef MPLAYER_SUB_H
3 #define MPLAYER_SUB_H 3 #define MPLAYER_SUB_H
4
5 #ifdef HAVE_TV_TELETEXT
6 #include "libmpcodecs/mp_image.h"
7 #endif
8 4
9 typedef struct mp_osd_bbox_s { 5 typedef struct mp_osd_bbox_s {
10 int x1,y1,x2,y2; 6 int x1,y1,x2,y2;
11 } mp_osd_bbox_t; 7 } mp_osd_bbox_t;
12 8