Browse Source

libmpcodecs: remove unused and half existing vo_fs variable

It breaks linking with suncc sometimes

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
9cdb5969d4
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      libavfilter/libmpcodecs/libvo/video_out.h

+ 0
- 6
libavfilter/libmpcodecs/libvo/video_out.h View File

@@ -221,7 +221,6 @@ extern int vo_grabpointer;
extern int vo_doublebuffering;
extern int vo_directrendering;
extern int vo_vsync;
extern int vo_fs;
extern int vo_fsmode;
extern float vo_panscan;
extern int vo_adapter_num;
@@ -279,9 +278,4 @@ void calc_src_dst_rects(int src_width, int src_height, struct vo_rect *src, stru
struct vo_rect *borders, const struct vo_rect *crop);
void vo_mouse_movement(int posx, int posy);

static inline int aspect_scaling(void)
{
return vo_fs;
}

#endif /* MPLAYER_VIDEO_OUT_H */

Loading…
Cancel
Save