You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avformat/matroskaenc: Reindent after the previous commit
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -1681,7 +1681,8 @@ static void mkv_write_blockadditionmapping(AVFormatContext *s, const MatroskaMux
|
|||||||
// be overwritten when finishing the track.
|
// be overwritten when finishing the track.
|
||||||
put_ebml_uint(pb, MATROSKA_ID_TRACKMAXBLKADDID, 0);
|
put_ebml_uint(pb, MATROSKA_ID_TRACKMAXBLKADDID, 0);
|
||||||
if (par->codec_type == AVMEDIA_TYPE_VIDEO) {
|
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 */
|
put_ebml_void(pb, 3 /* BlockAdditionMapping */
|
||||||
+ 4 /* BlockAddIDValue */
|
+ 4 /* BlockAddIDValue */
|
||||||
+ 4 /* BlockAddIDType */);
|
+ 4 /* BlockAddIDType */);
|
||||||
|
Reference in New Issue
Block a user