summaryrefslogtreecommitdiffstats
path: root/stream/stream_pvr.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_pvr.c')
-rw-r--r--stream/stream_pvr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/stream/stream_pvr.c b/stream/stream_pvr.c
index 6038ee9221..60517e0754 100644
--- a/stream/stream_pvr.c
+++ b/stream/stream_pvr.c
@@ -1556,7 +1556,7 @@ pvr_stream_read (stream_t *stream, char *buffer, int size)
}
static int
-pvr_stream_open (stream_t *stream, int mode, void *opts)
+pvr_stream_open (stream_t *stream, int mode)
{
struct v4l2_capability vcap;
struct v4l2_ext_controls ctrls;
@@ -1760,6 +1760,4 @@ const stream_info_t stream_info_pvr = {
"pvr",
pvr_stream_open,
{ "pvr", NULL },
- NULL,
- 1
};