summaryrefslogtreecommitdiff
path: root/libavformat/dashenc.c
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2015-01-03 01:44:38 +0200
committerMartin Storsjö <martin@martin.st>2015-01-04 20:04:36 +0200
commit46808fdf04ab113df374157b90b506eb3110daf2 (patch)
treeb6131a99fc737404f22b183947677dbf4fa74026 /libavformat/dashenc.c
parent9f810a9b374e0ff8e2a19fd8a7347afe2933e229 (diff)
movenc: Enable editlists by default if delay_moov is enabled
Being able to write editlists properly is one of the main points in the delay_moov flag. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/dashenc.c')
-rw-r--r--libavformat/dashenc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 5e06e35c9d..1432fc32fd 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -627,7 +627,6 @@ static int dash_write_header(AVFormatContext *s)
os->init_start_pos = 0;
av_dict_set(&opts, "movflags", "frag_custom+dash+delay_moov", 0);
- av_dict_set(&opts, "use_editlist", "1", 0);
if ((ret = avformat_write_header(ctx, &opts)) < 0) {
goto fail;
}