summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-09-01 15:37:03 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-09-01 15:37:03 +0200
commit9cdb5969d46da14a4615b876d53b3716ea7f6a39 (patch)
tree984ab41aea9b61a48942b9cc0d21d77fe1b3a306 /libavfilter
parent65a31a0de73c3d8f9533f367b33e64ea257479c1 (diff)
libmpcodecs: remove unused and half existing vo_fs variable
It breaks linking with suncc sometimes Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/libmpcodecs/libvo/video_out.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavfilter/libmpcodecs/libvo/video_out.h b/libavfilter/libmpcodecs/libvo/video_out.h
index 77b0229991..2a3a0facc6 100644
--- a/libavfilter/libmpcodecs/libvo/video_out.h
+++ b/libavfilter/libmpcodecs/libvo/video_out.h
@@ -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 */