Skip to content

Commit

Permalink
Added YUV decoder, drop dcv, added high bit depth support
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Oct 29, 2024
1 parent c2b1135 commit bfff091
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/codecs/avif/yuv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,12 +213,7 @@ impl<'a, T> YuvGrayImage<'a, T> {
///
/// # Arguments
///
/// * `y_plane`: Luma plane
/// * `y_stride`: Luma stride
/// * `u_plane`: U chroma plane
/// * `u_stride`: U chroma stride, even odd images is supported this always must match `u_stride * height`
/// * `v_plane`: V chroma plane
/// * `v_stride`: V chroma stride, even odd images is supported this always must match `v_stride * height`
/// * `image`: see [YuvGrayImage]
/// * `rgba`: RGBA image layout
/// * `width`: Image width
/// * `height`: Image height
Expand Down

0 comments on commit bfff091

Please sign in to comment.