Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set AccessMode of MediaIO according to QIODevice it is created from
When creating MediaIO from QIODevice in AVMuxer's setMedia one had to manually call mediaIO() after and set the MediaIO's AccessMode to writable. This patch checks if the QIODevice is writable and then sets MediaIO's AccessMode automatically.
- Loading branch information