From b7abf0f2661581d09f9b7702e39d84f3190560d5 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Sun, 15 Dec 2024 10:10:24 +0100 Subject: [PATCH] Fix doclink --- crates/utils/re_video/src/decode/ffmpeg_h264/version.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/utils/re_video/src/decode/ffmpeg_h264/version.rs b/crates/utils/re_video/src/decode/ffmpeg_h264/version.rs index f84777659ff5..5add364ffca4 100644 --- a/crates/utils/re_video/src/decode/ffmpeg_h264/version.rs +++ b/crates/utils/re_video/src/decode/ffmpeg_h264/version.rs @@ -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 {