diff --git a/crates/store/re_video/src/decode/ffmpeg_h264/ffmpeg.rs b/crates/store/re_video/src/decode/ffmpeg_h264/ffmpeg.rs index f7ebc0552ba1..eb623ab048c5 100644 --- a/crates/store/re_video/src/decode/ffmpeg_h264/ffmpeg.rs +++ b/crates/store/re_video/src/decode/ffmpeg_h264/ffmpeg.rs @@ -1013,8 +1013,7 @@ fn should_ignore_log_msg(msg: &str) -> bool { // Size etc. *is* specified in SPS & PPS, unclear why it's missing that. // Observed on Windows FFmpeg 7.1, but not with the same version on Mac with the same video. "Could not find codec parameters for stream 0 (Video: h264, none): unspecified size", - // We sometimes get a `[NULL @ 0x14f107150]`, which is not very actionable - "[NULL @ ", + // NOTE: We sometimes get a `[NULL @ 0x14f107150]`, which is not very actionable, but may be useful for debugging. ]; // Why would we get an empty message? Observed on Windows FFmpeg 7.1.