summaryrefslogtreecommitdiffstats
path: root/libvo/video_out.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/video_out.h')
-rw-r--r--libvo/video_out.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/video_out.h b/libvo/video_out.h
index f90123ddee..ae38970209 100644
--- a/libvo/video_out.h
+++ b/libvo/video_out.h
@@ -275,4 +275,9 @@ struct vo_rect {
void calc_src_dst_rects(int src_width, int src_height, struct vo_rect *src, struct vo_rect *dst,
struct vo_rect *borders, const struct vo_rect *crop);
+static inline int aspect_scaling(void)
+{
+ return vo_fs;
+}
+
#endif /* MPLAYER_VIDEO_OUT_H */