summaryrefslogtreecommitdiffstats
path: root/libvo/aspect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/aspect.h')
-rw-r--r--libvo/aspect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/aspect.h b/libvo/aspect.h
index b803b99490..5fa313d7ff 100644
--- a/libvo/aspect.h
+++ b/libvo/aspect.h
@@ -3,8 +3,8 @@
/* Stuff for correct aspect scaling. */
struct vo;
-extern void panscan_init(struct vo *vo);
-extern void panscan_calc(struct vo *vo);
+void panscan_init(struct vo *vo);
+void panscan_calc(struct vo *vo);
void aspect_save_orig(struct vo *vo, int orgw, int orgh);