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.
1 parent d4f2d8f commit 2d06c07Copy full SHA for 2d06c07
test/pyTest/testTranscoderRewrap.py
@@ -52,9 +52,6 @@ def testRewrapAudioStream():
52
src_propertiesMap = src_audioStream.getPropertiesAsMap()
53
dst_propertiesMap = dst_audioStream.getPropertiesAsMap()
54
for key in src_propertiesMap:
55
- # @todo: don't skip channel layout
56
- if key == "channelLayout":
57
- continue
58
assert_equals( src_propertiesMap[key], dst_propertiesMap[key] )
59
60
def testRewrapVideoStream():
0 commit comments