Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Jan 28, 2025
2 parents cecf41c + 8be2447 commit 8d8c001
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/yuv_nv_to_rgba.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2782,6 +2782,6 @@ mod tests {
#[cfg(feature = "fast_mode")]
matrix(YuvConversionMode::Fast, 72);
#[cfg(feature = "professional_mode")]
matrix(YuvConversionMode::Professional, 60);
matrix(YuvConversionMode::Professional, 70);
}
}
2 changes: 1 addition & 1 deletion src/yuv_to_rgba.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1967,6 +1967,6 @@ mod tests {
#[cfg(feature = "fast_mode")]
matrix(YuvConversionMode::Fast, 74);
#[cfg(feature = "professional_mode")]
matrix(YuvConversionMode::Professional, 55);
matrix(YuvConversionMode::Professional, 70);
}
}

0 comments on commit 8d8c001

Please sign in to comment.