mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
avformat/matroskaenc: Reindent after the previous commit
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
b5968df9f0
commit
59cb099478
@ -1681,7 +1681,8 @@ static void mkv_write_blockadditionmapping(AVFormatContext *s, const MatroskaMux
|
||||
// be overwritten when finishing the track.
|
||||
put_ebml_uint(pb, MATROSKA_ID_TRACKMAXBLKADDID, 0);
|
||||
if (par->codec_type == AVMEDIA_TYPE_VIDEO) {
|
||||
// Similarly, reserve space for an eventual HDR10+ ITU T.35 metadata BlockAdditionMapping.
|
||||
// Similarly, reserve space for an eventual
|
||||
// HDR10+ ITU T.35 metadata BlockAdditionMapping.
|
||||
put_ebml_void(pb, 3 /* BlockAdditionMapping */
|
||||
+ 4 /* BlockAddIDValue */
|
||||
+ 4 /* BlockAddIDType */);
|
||||
|
Loading…
x
Reference in New Issue
Block a user