diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-03 12:50:42 +0100 |
---|---|---|
committer | Hans Verkuil <hverkuil@xs4all.nl> | 2007-03-03 12:50:42 +0100 |
commit | 1922eef0f615e0ba0a79aa927c0abdcf5afd6808 (patch) | |
tree | dc94ce2f13968e0b99b8405d992190be77eb79eb /linux/drivers/media/video/ivtv/ivtv-fileops.c | |
parent | ef1b8f512975727ef4fb44685cbcfe75d9ab9c97 (diff) | |
download | mediapointer-dvb-s2-1922eef0f615e0ba0a79aa927c0abdcf5afd6808.tar.gz mediapointer-dvb-s2-1922eef0f615e0ba0a79aa927c0abdcf5afd6808.tar.bz2 |
If possible make vars/functions static.
From: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video/ivtv/ivtv-fileops.c')
-rw-r--r-- | linux/drivers/media/video/ivtv/ivtv-fileops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/ivtv/ivtv-fileops.c b/linux/drivers/media/video/ivtv/ivtv-fileops.c index 90e0f51e6..2f38bb14a 100644 --- a/linux/drivers/media/video/ivtv/ivtv-fileops.c +++ b/linux/drivers/media/video/ivtv/ivtv-fileops.c @@ -730,7 +730,7 @@ void ivtv_stop_capture(struct ivtv_open_id *id, int gop_end) ivtv_release_stream(s); } -void ivtv_stop_decoding(struct ivtv_open_id *id, int flags, u64 pts) +static void ivtv_stop_decoding(struct ivtv_open_id *id, int flags, u64 pts) { struct ivtv *itv = id->itv; struct ivtv_stream *s = &itv->streams[id->type]; |