mirror of
https://github.com/jech/galene.git
synced 2024-11-23 00:55:58 +01:00
Fix rewriting of VP9.
This commit is contained in:
parent
6aa7a9394a
commit
18b5b6cb6d
1 changed files with 1 additions and 1 deletions
|
@ -357,5 +357,5 @@ func RewritePacket(codec string, data []byte, setMarker bool, seqno uint16, delt
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
return errUnsupportedCodec
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue