Set bitdepths in test Format

This commit is contained in:
Daniele Sparano 2023-06-28 18:34:32 +01:00 committed by microkatz
parent e71ca5a740
commit c7fe0662ce

View File

@ -104,6 +104,8 @@ public final class FormatTest {
.setProjectionData(projectionData)
.setStereoMode(C.STEREO_MODE_TOP_BOTTOM)
.setColorInfo(colorInfo)
.setLumaBitdepth(9)
.setChromaBitdepth(11)
.setChannelCount(6)
.setSampleRate(44100)
.setPcmEncoding(C.ENCODING_PCM_24BIT)