Skip to content

Commit

Permalink
move to decl
Browse files Browse the repository at this point in the history
  • Loading branch information
erankor committed Jan 12, 2024
1 parent 5820421 commit 675fcc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vod/mkv/mkv_format.c
Original file line number Diff line number Diff line change
Expand Up @@ -1007,7 +1007,7 @@ mkv_get_read_frames_request(
uint64_t done_tracks_mask;
uint64_t all_tracks_mask;
uint64_t cur_track_mask;
uint64_t initial_time;
uint64_t initial_time = 0;
mkv_index_t prev_index;
mkv_index_t index;
vod_status_t rc;
Expand All @@ -1016,7 +1016,6 @@ mkv_get_read_frames_request(

read_req->read_offset = ULLONG_MAX;
read_req->flags = 0;
initial_time = 0;

prev_index.cluster_pos = ULLONG_MAX;
seen_tracks_mask = 0;
Expand Down

0 comments on commit 675fcc4

Please sign in to comment.