Skip to content

Commit

Permalink
Fix yuv_full_range 1 => true
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish authored May 10, 2024
1 parent 5e71a84 commit 34c9e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packager/media/codecs/vp9_parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ bool ReadBitDepthAndColorSpace(BitReader* reader,
}
} else {
// Assume 4:4:4 for colorspace SRGB.
yuv_full_range = 1;
yuv_full_range = true;
chroma_subsampling = VPCodecConfigurationRecord::CHROMA_444;
if (codec_config->profile() & 1) {
bool reserved;
Expand Down

0 comments on commit 34c9e4b

Please sign in to comment.