summaryrefslogtreecommitdiffstats
path: root/libvo/osd.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2012-08-18 12:03:40 +0200
committerwm4 <wm4@nowhere>2012-08-20 15:36:05 +0200
commit988dad5fc7f13d7be266b139ddf29a8c8c9a3d02 (patch)
treec7c0372d295795f0a2546140c5989e8891819328 /libvo/osd.h
parent4adc0064db54b9c8d68adb038c3526018c544648 (diff)
downloadmpv-988dad5fc7f13d7be266b139ddf29a8c8c9a3d02.tar.bz2
mpv-988dad5fc7f13d7be266b139ddf29a8c8c9a3d02.tar.xz
osd: get rid of useless initialization function
The function merely printed redundant messages that were not visible by default.
Diffstat (limited to 'libvo/osd.h')
-rw-r--r--libvo/osd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvo/osd.h b/libvo/osd.h
index 8f57e6b444..4e8064a93f 100644
--- a/libvo/osd.h
+++ b/libvo/osd.h
@@ -22,8 +22,6 @@
#ifndef MPLAYER_OSD_H
#define MPLAYER_OSD_H
-void vo_draw_alpha_init(void); // build tables
-
void vo_draw_alpha_yv12(int w, int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase, int dststride);
void vo_draw_alpha_yuy2(int w, int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase, int dststride);
void vo_draw_alpha_rgb24(int w, int h, unsigned char* src, unsigned char *srca, int srcstride, unsigned char* dstbase, int dststride);