-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using accessor methods for members is less necessary in Rust, where data is passed read-only by default. Since parsed H.265 data is never mutated after parsing, we can get rid of these methods and make the members we need to access public.
- Loading branch information
Showing
5 changed files
with
352 additions
and
1,227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.