1
Fork 0

Fix rewriting of VP9.

This commit is contained in:
Juliusz Chroboczek 2021-08-06 13:34:51 +02:00
parent 6aa7a9394a
commit 18b5b6cb6d
1 changed files with 1 additions and 1 deletions

View File

@ -357,5 +357,5 @@ func RewritePacket(codec string, data []byte, setMarker bool, seqno uint16, delt
return nil
}
return errUnsupportedCodec
return nil
}