]> git.nihav.org Git - nihav.git/commitdiff
change 'recognize' to 'recognise'
authorKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 13 May 2026 16:53:28 +0000 (18:53 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 13 May 2026 16:53:28 +0000 (18:53 +0200)
nihav-core/src/frame.rs

index f2f955e31d0dcf071c89c81a1d37d41288d913cd..315be7c63736d85c6312c09f0baf884ddfe24565 100644 (file)
@@ -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]