From 281250808615eef26c33f22fa8a0712855c9c029 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Thu, 17 Feb 2022 16:08:33 +0530 Subject: [PATCH] doc/muxers: add entry for empty_hdlr_name in mov --- doc/muxers.texi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/muxers.texi b/doc/muxers.texi index c49ae3a17b..7c7669077d 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1742,6 +1742,10 @@ where PTS values are set as as wallclock time at the source. For example, an encoding use case with decklink capture source where @option{video_pts} and @option{audio_pts} are set to @samp{abs_wallclock}. +@item -empty_hdlr_name @var{bool} +Enable to skip writing the name inside a @code{hdlr} box. +Default is @code{false}. + @item -movie_timescale @var{scale} Set the timescale written in the movie header box (@code{mvhd}). Range is 1 to INT_MAX. Default is 1000.