summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/stream_bluray.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/stream/stream_bluray.c b/stream/stream_bluray.c
index 4864931cd5..3058792766 100644
--- a/stream/stream_bluray.c
+++ b/stream/stream_bluray.c
@@ -65,12 +65,8 @@ struct bluray_priv_s {
char *cfg_device;
};
-static const struct stream_priv_s {
- int title;
- char *device;
-} bluray_stream_priv_dflts = {
- BLURAY_DEFAULT_TITLE,
- NULL
+static struct bluray_priv_s bluray_stream_priv_dflts = {
+ .cfg_title = BLURAY_DEFAULT_TITLE
};
#define OPT_BASE_STRUCT struct bluray_priv_s