Skip to content

Commit

Permalink
mkclean: initialize MetaSeekBefore
Browse files Browse the repository at this point in the history
It's always initialized in non-live mode but MSVC complains.
  • Loading branch information
robUx4 committed Dec 30, 2024
1 parent a043f13 commit 764d295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkclean/mkclean.c
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ int main(int argc, const char *argv[])
ebml_parser_context RContext;
ebml_parser_context RSegmentContext;
int UpperElement;
filepos_t MetaSeekBefore, MetaSeekAfter;
filepos_t MetaSeekBefore = 0, MetaSeekAfter;
filepos_t NextPos = 0, SegmentSize = 0, ClusterSize, CuesSize = MIN_FILEPOS;
size_t ExtraVoidSize = 0;
mkv_timestamp_t PrevTimestamp;
Expand Down

0 comments on commit 764d295

Please sign in to comment.