Skip to content

Commit 029d630

Browse files
author
vats004
committed
fixed some typos and run < cargo fmt >
1 parent 223d6fb commit 029d630

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/rust/lib_ccxr/src/decoder_xds/structs_xds.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pub const CCX_DECODER_608_SCREEN_ROWS: usize = 15;
4040
pub const CCX_DECODER_608_SCREEN_WIDTH: usize = 32;
4141

4242
pub const NUM_BYTES_PER_PACKET: i64 = 35; // Class + type (repeated for convenience) + data + zero
43-
pub const NUM_XDS_BUFFERS: i64 = 35; // CEA recommends no more than one level of interleaving. Play it safe
43+
pub const NUM_XDS_BUFFERS: i64 = 9; // CEA recommends no more than one level of interleaving. Play it safe
4444

4545
// Enums for format, color codes, font bits, and modes
4646
#[derive(Debug, Copy, Clone, PartialEq, Eq)]

src/rust/lib_ccxr/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
pub mod activity;
22
pub mod common;
3+
pub mod decoder_xds;
34
pub mod hardsubx;
45
pub mod subtitle;
56
pub mod teletext;
67
pub mod time;
78
pub mod util;
8-
pub mod decoder_xds;

0 commit comments

Comments
 (0)