From: Derek Buitenhuis <[email protected]>

Signed-off-by: Derek Buitenhuis <[email protected]>
Signed-off-by: Anton Khirnov <[email protected]>
Signed-off-by: James Almer <[email protected]>
---
 libavformat/mov.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavformat/mov.c b/libavformat/mov.c
index 30e8086855..b27666f50f 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -8200,6 +8200,8 @@ static int mov_read_lhvc(MOVContext *c, AVIOContext *pb, 
MOVAtom atom)
     st->codecpar->extradata[22] += num_arrays;
     memcpy(st->codecpar->extradata + old_size, buf + 6, atom.size + 8);
 
+    st->disposition |= AV_DISPOSITION_MULTILAYER;
+
     av_free(buf);
     return 0;
 }
-- 
2.45.2

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

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to