summaryrefslogtreecommitdiffstats
path: root/stream/tv.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-16 16:32:38 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-16 16:32:38 +0000
commit2c8f5fa622f0ff1a9186a26deada9b3e72603e49 (patch)
tree63ed711207d377369e9fc019588b506687d4552f /stream/tv.c
parent6833ea6ab29a4789cc267d41fb72bd1b0341a77f (diff)
downloadmpv-2c8f5fa622f0ff1a9186a26deada9b3e72603e49.tar.bz2
mpv-2c8f5fa622f0ff1a9186a26deada9b3e72603e49.tar.xz
stream: Mark functions not used outside of their files as static.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30599 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tv.c')
-rw-r--r--stream/tv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/tv.c b/stream/tv.c
index 6c05ac2eb5..e98730f2b6 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -354,7 +354,7 @@ int tv_set_norm(tvi_handle_t *tvh, char* norm)
return 1;
}
-int tv_set_norm_i(tvi_handle_t *tvh, int norm)
+static int tv_set_norm_i(tvi_handle_t *tvh, int norm)
{
tvh->norm = norm;