1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 02:05:59 +01:00

Fix rewriting of VP9.

This commit is contained in:
Juliusz Chroboczek 2021-08-06 13:34:51 +02:00
parent 6aa7a9394a
commit 18b5b6cb6d

View file

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