Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
francisdb committed May 6, 2024
1 parent aa15b67 commit 28aa426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vpx/image.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ impl fmt::Debug for ImageDataJpeg {
*/
#[derive(PartialEq)]
pub struct ImageDataBits {
/// Lzw compressed raw BMP 32-bit SBGRA data
/// Lzw compressed raw BMP 32-bit rgba bitmap data
pub lzw_compressed_data: Vec<u8>,
}

Expand Down

0 comments on commit 28aa426

Please sign in to comment.