-
Notifications
You must be signed in to change notification settings - Fork 286
Closed
Labels
breakingProposed change that would break the public APIProposed change that would break the public API
Description
Mp4 extensions do not have any real value: https://en.wikipedia.org/wiki/MP4_file_format#Filename_extensions
Therefore the mp4 constructor can just pass mp4.
Line 314 in 70c236c
| pub fn new_mp4(data: R, hint: Mp4Type) -> Result<Decoder<R>, DecoderError> { |
This makes the function more in line with the rest (no need for a hint) and removes confusion from users.
Metadata
Metadata
Assignees
Labels
breakingProposed change that would break the public APIProposed change that would break the public API