summaryrefslogtreecommitdiffstats
path: root/stream/stream_slice.c
diff options
context:
space:
mode:
authorChristoph Heinrich <christoph.heinrich@student.tugraz.at>2023-02-20 06:44:22 +0100
committerDudemanguy <random342@airmail.cc>2023-02-21 17:15:17 +0000
commit4ebfe9851c63c8aa55292c01f23fedd9313ed191 (patch)
tree348c38e97d60914450b3179ea61e39a30b27464e /stream/stream_slice.c
parent91cc0d8cf6a2cf264c243ca3b3e99b5fd4044c29 (diff)
downloadmpv-4ebfe9851c63c8aa55292c01f23fedd9313ed191.tar.bz2
mpv-4ebfe9851c63c8aa55292c01f23fedd9313ed191.tar.xz
options: transition commands from OPT_FLAG to OPT_BOOL
Diffstat (limited to 'stream/stream_slice.c')
-rw-r--r--stream/stream_slice.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/stream_slice.c b/stream/stream_slice.c
index 88a611c4ad..c0dbeeb2af 100644
--- a/stream/stream_slice.c
+++ b/stream/stream_slice.c
@@ -177,4 +177,5 @@ const stream_info_t stream_info_slice = {
.name = "slice",
.open2 = open2,
.protocols = (const char*const[]){ "slice", NULL },
+ .can_write = false,
};