mirror of
https://github.com/mpv-player/mpv
synced 2025-01-24 00:23:27 +00:00
warning fix:
vo_svga.c:57: warning: redundant redeclaration of 'query_format' video_out_internal.h:38: warning: previous declaration of 'query_format' was here git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24258 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
cbd64522f6
commit
61c0c8c88c
@ -54,7 +54,6 @@ TODO:
|
||||
#define UNUSED(x) ((void)(x))
|
||||
|
||||
|
||||
static int query_format(uint32_t format);
|
||||
static void draw_alpha(int x0, int y0, int w, int h, unsigned char *src,
|
||||
unsigned char *srca, int stride);
|
||||
static uint32_t get_image(mp_image_t *mpi);
|
||||
|
Loading…
Reference in New Issue
Block a user