Skip to content

Commit

Permalink
mkclean: initialize RemuxErr
Browse files Browse the repository at this point in the history
It's always initialized with prevBlock non NULL but MSVC complains.
  • Loading branch information
robUx4 committed Dec 30, 2024
1 parent 9e3463f commit b492e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mkclean/mkclean.c
Original file line number Diff line number Diff line change
Expand Up @@ -2526,6 +2526,7 @@ int main(int argc, const char *argv[])

if (MATROSKA_BlockGetFrameCount(pBlockInfo->Block))
{
RemuxErr = ERR_NONE;
block_info *prevBlock = NULL;
if (ARRAYCOUNT(Alternate3DTracks, block_info*) && ARRAYBEGIN(Alternate3DTracks, block_info*)[*pTrackOrder])
{
Expand Down

0 comments on commit b492e00

Please sign in to comment.