There's no reason this should be required.

Signed-off-by: Derek Buitenhuis <[email protected]>
---
As far as I know, anyway.
---
 libavformat/movenc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/movenc.c b/libavformat/movenc.c
index ee2f089..90857e3 100644
--- a/libavformat/movenc.c
+++ b/libavformat/movenc.c
@@ -2977,7 +2977,7 @@ static int mov_write_ftyp_tag(AVIOContext *pb, 
AVFormatContext *s)
     else if (mov->mode == MODE_MP4)
         ffio_wfourcc(pb, "mp41");
 
-    if (mov->flags & FF_MOV_FLAG_DASH && mov->flags & FF_MOV_FLAG_GLOBAL_SIDX)
+    if (mov->flags & FF_MOV_FLAG_DASH)
         ffio_wfourcc(pb, "dash");
 
     return update_size(pb, pos);
-- 
1.8.3.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to