Skip to content

Commit

Permalink
clang format check
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdr428 committed May 11, 2024
1 parent 25f44b4 commit b9d6b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsMuxer/matroskaDemuxer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ int MatroskaDemuxer::matroska_parse_block(uint8_t *data, int size, const int64_t
}
// if more than one frame in the lace,
// size of last frame is remaining size
if (laces > 1)
if (laces > 1)
lace_size[n] = size - total;

// check that all read frame sizes are > 0
Expand All @@ -623,7 +623,7 @@ int MatroskaDemuxer::matroska_parse_block(uint8_t *data, int size, const int64_t
{
LTRACE(LT_INFO, 0, "EBML block data error");
break;
}
}
}
break;
}
Expand Down

0 comments on commit b9d6b1b

Please sign in to comment.