Skip to content

Commit 46f6a28

Browse files
committed
Update code docs
1 parent 2debd75 commit 46f6a28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source_utils_deviceCapabilities.bs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
supportedCodecs = []
125125

126126
for each codec in surroundOutputCodecs
127-
if getActualCodecSupport(codec, channelCount, di)
127+
if di.CanDecodeAudio({ Codec: codec, ChCnt: channelCount, PassThru: 1 }).Result
128128
supportedCodecs.push(codec)
129129
end if
130130
end for

0 commit comments

Comments
 (0)