summaryrefslogtreecommitdiff
path: root/libavformat/movenc.h
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2018-06-21 11:33:00 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2018-06-21 11:33:00 +0530
commitdeb9a04d54045c8021816cfe019bf2bba0e9595d (patch)
tree687b920fbaccd6a3f739f60d170c06f698c5d5fc /libavformat/movenc.h
parent649d7ca47780523673bbfe43407b9cb71c4ad811 (diff)
avformat/movenc: allow hdlr name field to be empty
Both QTFF and the ISOBMFF standards allow it. Fixes #7262
Diffstat (limited to 'libavformat/movenc.h')
-rw-r--r--libavformat/movenc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/movenc.h b/libavformat/movenc.h
index f2967bface..fe605d1ad2 100644
--- a/libavformat/movenc.h
+++ b/libavformat/movenc.h
@@ -233,6 +233,7 @@ typedef struct MOVMuxContext {
int track_ids_ok;
int write_tmcd;
MOVPrftBox write_prft;
+ int empty_hdlr_name;
} MOVMuxContext;
#define FF_MOV_FLAG_RTP_HINT (1 << 0)