Skip to content

Commit

Permalink
fix incomplete rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Nov 12, 2024
1 parent 55368a8 commit e312c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/store/re_video/src/decode/ffmpeg_h264/ffmpeg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ impl FFmpegCliH264Decoder {

// TODO(ab): Pass executable path here.
if !ffmpeg_sidecar::command::ffmpeg_is_installed() {
return Err(Error::FfmpegNotInstalled);
return Err(Error::FFmpegNotInstalled);
}

// Check the version once ahead of running FFmpeg.
Expand Down

0 comments on commit e312c25

Please sign in to comment.