diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-21 11:33:00 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2018-06-21 11:33:00 +0530 |
commit | deb9a04d54045c8021816cfe019bf2bba0e9595d (patch) | |
tree | 687b920fbaccd6a3f739f60d170c06f698c5d5fc /libavformat/movenc.h | |
parent | 649d7ca47780523673bbfe43407b9cb71c4ad811 (diff) | |
download | ffmpeg-deb9a04d54045c8021816cfe019bf2bba0e9595d.tar.gz |
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.h | 1 |
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) |