diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-08-29 14:46:21 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-08-29 14:46:21 -0300 |
commit | 8030ee67bdce5ce3725581d715f9451b950d45da (patch) | |
tree | 81af4c86341760d746e90ea43778181aa20f2f7b /v4l2-apps/lib/libv4l/libv4lconvert/sn9c10x.c | |
parent | 19050620d7676a007898ae8404ad4edc757f9d2f (diff) | |
parent | b29c49d48ca0db5d5e8e98f1622be4d0311656c4 (diff) | |
download | mediapointer-dvb-s2-8030ee67bdce5ce3725581d715f9451b950d45da.tar.gz mediapointer-dvb-s2-8030ee67bdce5ce3725581d715f9451b950d45da.tar.bz2 |
merge: http://linuxtv.org/hg/~hgoede/v4l-dvb
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l2-apps/lib/libv4l/libv4lconvert/sn9c10x.c')
-rw-r--r-- | v4l2-apps/lib/libv4l/libv4lconvert/sn9c10x.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4l2-apps/lib/libv4l/libv4lconvert/sn9c10x.c b/v4l2-apps/lib/libv4l/libv4lconvert/sn9c10x.c index 98a513378..4ea526d49 100644 --- a/v4l2-apps/lib/libv4l/libv4lconvert/sn9c10x.c +++ b/v4l2-apps/lib/libv4l/libv4lconvert/sn9c10x.c @@ -50,7 +50,7 @@ static int sonix_unknown = 0; present at the MSB of byte x. */ -void sonix_decompress_init(void) +static void sonix_decompress_init(void) { int i; int is_abs, val, len, unk; |