mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-16 18:53:00 -06:00
[feature] Enable basic video support (mp4 only) (#1274)
* [feature] basic video support * fix missing semicolon * replace text shadow with stacked icons Co-authored-by: f0x <f0x@cthu.lu>
This commit is contained in:
parent
0f38e7c9b0
commit
2bbc64be43
39 changed files with 6276 additions and 93 deletions
8
vendor/github.com/abema/go-mp4/bitio/bitio.go
generated
vendored
Normal file
8
vendor/github.com/abema/go-mp4/bitio/bitio.go
generated
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
package bitio
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrInvalidAlignment = errors.New("invalid alignment")
|
||||
ErrDiscouragedReader = errors.New("discouraged reader implementation")
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue