Commit 3bdcb8af authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Fix typo in down layer selection.

parent c227b113
......@@ -248,7 +248,7 @@ func (down *rtpDownTrack) Write(buf []byte) (int, error) {
if flags.Start && (layer.sid != layer.wantedSid) {
if flags.SidSync {
layer.sid = layer.wantedTid
layer.sid = layer.wantedSid
down.setLayerInfo(layer)
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment