We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Unspecified
1 parent 092879c commit daa5e88Copy full SHA for daa5e88
src/codecs/avif/decoder.rs
@@ -240,7 +240,7 @@ fn get_matrix(
240
// and some applications prefer Bt.601 as default.
241
// For ex. `Chrome` always prefer Bt.709 even for SD content
242
// However, nowadays standard should be Bt.709 for HD+ size otherwise Bt.601
243
- dav1d::pixel::MatrixCoefficients::Unspecified => Ok(YuvStandardMatrix::Bt601),
+ dav1d::pixel::MatrixCoefficients::Unspecified => Ok(YuvStandardMatrix::Bt709),
244
dav1d::pixel::MatrixCoefficients::Reserved => Err(ImageError::Unsupported(
245
UnsupportedError::from_format_and_kind(
246
ImageFormat::Avif.into(),
0 commit comments