cubodix

Results 3 issues of cubodix

unsafe keyword is only valid this way: `unsafe { unsafe_function() }` but it cloud be more better if unsafe cloud be written this way: `unsafe unsafe_function()` - it can make...

T-lang

**Have you read the [Tutorials](http://shaka-player-demo.appspot.com/docs/api/tutorial-welcome.html)?** Yes **Have you read the [FAQ](https://bit.ly/ShakaFAQ) and checked for duplicate open issues?** Yes **If the question is related to FairPlay, have you read the tutorial?**...

type: question

# Objective its not possible to push a frame to the `PacketEncoder` if its not `Packet + Encode`, this means that if i have a raw frame i can't push...