mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-05-09 04:23:13 +02:00
8518599cd1
The elements written in mkv_write_blockadditionmapping (MaxBlockAdditionID, BlockAddIDType and BlockAddIDValue) are all allowed in WebM as well. Move them out of the "if (!IS_WEBM)" block. Matroska spec: https://www.matroska.org/technical/elements.html#MaxBlockAdditionID (See column with title "W" which shows WebM availability). WebM spec: https://www.webmproject.org/docs/container/#MaxBlockAdditionID Signed-off-by: Vignesh Venkat <vigneshv@google.com>