Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Janusz Lisiecki <[email protected]>
  • Loading branch information
JanuszL committed Feb 7, 2025
1 parent dedaeeb commit 4bc1f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dali/operators/reader/loader/video/frames_decoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ void FramesDecoder::BuildIndex() {
}
}
} else {
// for other formats it is enough to check (packet->flags & AV_PKT_FLAG_KEY)
entry.is_keyframe = true;
}
} else {
Expand Down

0 comments on commit 4bc1f14

Please sign in to comment.