From: Kostya Shishkov Date: Wed, 13 May 2026 16:53:28 +0000 (+0200) Subject: change 'recognize' to 'recognise' X-Git-Url: https://git.nihav.org/?a=commitdiff_plain;h=581271b245fdcb64f8837ae85cb537803fa34a3b;p=nihav.git change 'recognize' to 'recognise' --- diff --git a/nihav-core/src/frame.rs b/nihav-core/src/frame.rs index f2f955e..315be7c 100644 --- a/nihav-core/src/frame.rs +++ b/nihav-core/src/frame.rs @@ -893,7 +893,7 @@ pub const DUMMY_CODEC_INFO: NACodecInfo = NACodecInfo { properties: NACodecTypeInfo::None, extradata: None }; -/// A list of recognized frame types. +/// A list of recognised frame types. #[derive(Debug,Clone,Copy,PartialEq)] #[allow(dead_code)] pub enum FrameType { @@ -1265,7 +1265,7 @@ pub enum StreamType { Audio, /// Subtitles. Subtitles, - /// Any data stream (or might be an unrecognized audio/video stream). + /// Any data stream (or might be an unrecognised audio/video stream). Data, /// Nonexistent stream. #[default]