From 65d29dd274a302131e2e4bc6d2b1eca4a093900c Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Wed, 20 Jan 2016 17:27:09 +0000 Subject: mov: Add an option to toggle dref opening This feature is mostly only used by NLE software, and is both of dubious value being enabled by default, and a possible security risk. Signed-off-by: Derek Buitenhuis Signed-off-by: Luca Barbato --- libavformat/isom.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/isom.h') diff --git a/libavformat/isom.h b/libavformat/isom.h index d81d4358a2..aec623b95c 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -159,6 +159,7 @@ typedef struct MOVContext { int64_t next_root_atom; ///< offset of the next root atom int export_all; int export_xmp; + int enable_drefs; } MOVContext; int ff_mp4_read_descr_len(AVIOContext *pb); -- cgit v1.2.3