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.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/stream/stream_pvr.c b/stream/stream_pvr.c
index ded2751e11..1b11584803 100644
--- a/stream/stream_pvr.c
+++ b/stream/stream_pvr.c
@@ -1757,7 +1757,7 @@ pvr_force_freq_step (stream_t *stream, int step)
}
const stream_info_t stream_info_pvr = {
- "pvr",
- pvr_stream_open,
- { "pvr", NULL },
+ .name = "pvr",
+ .open = pvr_stream_open,
+ .protocols = (const char*[]){ "pvr", NULL },
};