diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-28 10:52:20 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-08-28 10:52:20 +0000 |
commit | 61c0c8c88cede652774da02cc237ce14195f138a (patch) | |
tree | bb9ab857c4a253a865ecda0837ea9342812120a2 | |
parent | cbd64522f6c7220b6b105a49be5cb4c1703d0747 (diff) |
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
-rw-r--r-- | libvo/vo_svga.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/vo_svga.c b/libvo/vo_svga.c index 182880a2a9..9837c6e027 100644 --- a/libvo/vo_svga.c +++ b/libvo/vo_svga.c @@ -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); |