Skip to content

Commit

Permalink
Fix doclink
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Dec 15, 2024
1 parent 1a702a7 commit b7abf0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/utils/re_video/src/decode/ffmpeg_h264/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl FFmpegVersion {
})
}

/// Like [`for_executable_polling`], but blocks until the version is ready.
/// Like [`Self::for_executable_poll`], but blocks until the version is ready.
///
/// WARNING: this blocks for half a second on Mac, maybe more on other platforms.
pub fn for_executable_blocking(path: Option<&std::path::Path>) -> FfmpegVersionResult {
Expand Down

0 comments on commit b7abf0f

Please sign in to comment.