aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index 6e69c4c2e1..6868f59723 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -101,8 +101,8 @@ extern int sub_width_p;
extern int sub_alignment;
extern int sub_visibility;
extern int suboverlap_enabled;
-extern int sub_bkg_color; /* subtitles background color */
-extern int sub_bkg_alpha;
+extern int sub_bg_color; /* subtitles background color */
+extern int sub_bg_alpha;
//extern void vo_draw_text_osd(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));
//extern void vo_draw_text_progbar(int dxs,int dys,void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));