Skip to content

Commit

Permalink
enum Av1BlockIntraInter: Remove #[repr(C)], reducing size from 28…
Browse files Browse the repository at this point in the history
… to 24, and `Av1Block` from 36 to 32.
  • Loading branch information
kkysen committed Jul 22, 2024
1 parent 2bd01dc commit b62f2cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/levels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ pub struct Av1BlockInter {
pub tx_split1: u16,
}

#[repr(C)]
pub enum Av1BlockIntraInter {
Intra(Av1BlockIntra),
Inter(Av1BlockInter),
Expand Down

0 comments on commit b62f2cf

Please sign in to comment.