summaryrefslogtreecommitdiffstats
path: root/stream/tvi_def.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-11 23:53:15 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:16:46 +0200
commita64cd8d3c802f91ae77d1cf20ee9300bea079cd6 (patch)
tree05e1893dfc41c6fd4ad74523a932acd9975bce50 /stream/tvi_def.h
parent1913d92f25847a04170e0fec9dde37059cd4c95d (diff)
downloadmpv-a64cd8d3c802f91ae77d1cf20ee9300bea079cd6.tar.bz2
mpv-a64cd8d3c802f91ae77d1cf20ee9300bea079cd6.tar.xz
stream/tv: move free_handle() from header to tv.c
Move TV input free_handle static function to tv.c and make it non-static. There is no need to duplicate the function in the binary. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32174 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tvi_def.h')
-rw-r--r--stream/tvi_def.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/stream/tvi_def.h b/stream/tvi_def.h
index 43de8c6423..01c2222621 100644
--- a/stream/tvi_def.h
+++ b/stream/tvi_def.h
@@ -68,17 +68,6 @@ static tvi_handle_t *new_handle(void)
return h;
}
-static void free_handle(tvi_handle_t *h)
-{
- if (h) {
- if (h->priv)
- free(h->priv);
- if (h->scan)
- free(h->scan);
- free(h);
- }
-}
-
/**
Fills video frame in given buffer with blue color for yv12,i420,uyvy,yuy2.
Other formats will be filled with 0xC0