summaryrefslogtreecommitdiffstats
path: root/libvo/vo_png.c
diff options
context:
space:
mode:
authoruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-08 15:26:36 +0000
committeruau <uau@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-07-08 15:26:36 +0000
commit5c9b90d7a12e90e7a0aa2af8686b20bfa24742c4 (patch)
tree5081051a4121e0c929ff471684703d4ddc821236 /libvo/vo_png.c
parent01d52892036af77202db76fe86e808453d554533 (diff)
downloadmpv-5c9b90d7a12e90e7a0aa2af8686b20bfa24742c4.tar.bz2
mpv-5c9b90d7a12e90e7a0aa2af8686b20bfa24742c4.tar.xz
Make some functions static.
Patch by Stefan Huehner, stefan at huehner org. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18955 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vo_png.c')
-rw-r--r--libvo/vo_png.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vo_png.c b/libvo/vo_png.c
index f4531d2bc2..2d56f817d2 100644
--- a/libvo/vo_png.c
+++ b/libvo/vo_png.c
@@ -59,7 +59,7 @@ config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uin
}
-struct pngdata create_png (char * fname, int image_width, int image_height, int swapped)
+static struct pngdata create_png (char * fname, int image_width, int image_height, int swapped)
{
struct pngdata png;