> Which is probably a sensible security precaution.
Why not sandbox the video codec? It's not like it needs to even read more than a single given file. Heck. It's not like it even needs to read a file - it only needs a data-stream from where to read compressed frames and a callback pointer so that it can give them to whatever displays them.
Why not sandbox the video codec? It's not like it needs to even read more than a single given file. Heck. It's not like it even needs to read a file - it only needs a data-stream from where to read compressed frames and a callback pointer so that it can give them to whatever displays them.