summaryrefslogtreecommitdiffstats
path: root/demux/demux_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux_null.c')
-rw-r--r--demux/demux_null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demux/demux_null.c b/demux/demux_null.c
index 1d4f4df794..0ce3ac4af6 100644
--- a/demux/demux_null.c
+++ b/demux/demux_null.c
@@ -24,6 +24,7 @@ static int try_open_file(struct demuxer *demux, enum demux_check check)
if (!bstr_startswith0(bstr0(demux->filename), "null://") &&
check != DEMUX_CHECK_REQUEST)
return -1;
+ demux->seekable = true;
return 0;
}