summaryrefslogtreecommitdiffstats
path: root/libvo/spuenc.h
diff options
context:
space:
mode:
authorUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 14:26:40 +0300
committerUoti Urpala <uau@symbol.nonexistent.invalid>2008-08-12 14:57:18 +0300
commit0f2daad81dfb63605b38efd49e185d450743b7e3 (patch)
treed10b7ea9c52c8618f28c3938728b965937fd0803 /libvo/spuenc.h
parentcfe2839386f737a05d3af41051f9b367c2c7bd7d (diff)
downloadmpv-0f2daad81dfb63605b38efd49e185d450743b7e3.tar.bz2
mpv-0f2daad81dfb63605b38efd49e185d450743b7e3.tar.xz
spuenc.c: Remove unused code
Diffstat (limited to 'libvo/spuenc.h')
-rw-r--r--libvo/spuenc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libvo/spuenc.h b/libvo/spuenc.h
index 5f27680876..d19732a98f 100644
--- a/libvo/spuenc.h
+++ b/libvo/spuenc.h
@@ -41,6 +41,5 @@ typedef struct {
} encodedata;
void pixbuf_encode_rle(int x, int y, int w, int h, char *inbuf, int stride, encodedata *ed);
-void pixbuf_delete(pixbuf* pb);
#endif /* MPLAYER_SPUENC_H */