summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-04-25 22:57:49 +0300
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-04-25 22:57:49 +0300
commitb1372a4f56d625c1a7dfc7ea581a11e08f2736a1 (patch)
treeff8fd08aeb1b91a290681be1f6af9a5c5e14d327 /libvo
parent0b6e3647a504ffd385c424d37575a971eabcb801 (diff)
downloadmpv-b1372a4f56d625c1a7dfc7ea581a11e08f2736a1.tar.bz2
mpv-b1372a4f56d625c1a7dfc7ea581a11e08f2736a1.tar.xz
cosmetics: mark sub.c:osd_update_ext() static
Diffstat (limited to 'libvo')
-rw-r--r--libvo/sub.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/sub.c b/libvo/sub.c
index 48375ea38b..4df69c38ce 100644
--- a/libvo/sub.c
+++ b/libvo/sub.c
@@ -1095,9 +1095,9 @@ void osd_free(struct osd_state *osd)
#define FONT_LOAD_DEFER 6
-int osd_update_ext(struct osd_state *osd, int dxs, int dys, int left_border,
- int top_border, int right_border, int bottom_border,
- int orig_w, int orig_h)
+static int osd_update_ext(struct osd_state *osd, int dxs, int dys,
+ int left_border, int top_border, int right_border,
+ int bottom_border, int orig_w, int orig_h)
{
mp_osd_obj_t* obj=vo_osd_list;
int chg=0;