summaryrefslogtreecommitdiffstats
path: root/stream/stream_edl.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_edl.c')
-rw-r--r--stream/stream_edl.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/stream/stream_edl.c b/stream/stream_edl.c
index 8f9c5a90af..ac1e1f9406 100644
--- a/stream/stream_edl.c
+++ b/stream/stream_edl.c
@@ -3,11 +3,8 @@
#include "stream.h"
-static int s_open (struct stream *stream, int mode)
+static int s_open (struct stream *stream)
{
- if (mode != STREAM_READ)
- return STREAM_ERROR;
-
stream->type = STREAMTYPE_EDL;
stream->demuxer = "edl";