Skip to content

Commit c2c1582

Browse files
committed
Address comment
1 parent cce5d25 commit c2c1582

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webrtc-sys/src/video_decoder_factory.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ std::unique_ptr<webrtc::VideoDecoder> VideoDecoderFactory::Create(
122122
else
123123
adjusted.parameters.erase("packetization-mode");
124124
if (sf.IsSameCodec(adjusted))
125-
return factory->Create(env, format);
125+
return factory->Create(env, adjusted);
126126
}
127127
}
128128
}

0 commit comments

Comments
 (0)