Skip to content

Commit

Permalink
use db4h for cross compatibility id 4 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmin committed May 7, 2024
1 parent f645e4f commit b8aecf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packager/media/codecs/dovi_decoder_configuration_record.cc
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ FourCC DOVIDecoderConfigurationRecord::GetDoViCompatibleBrand(
case 4:
if (transfer_characteristics == 14) {
return FOURCC_db4g;
} else if (transfer_characteristics == 18) {
return FOURCC_db4h;
}
// transfer_characteristics == 18
return FOURCC_db4h;
default:
return FOURCC_NULL;
}
Expand Down

0 comments on commit b8aecf2

Please sign in to comment.