momo0853 / mp4v2

mp4v2 for android
Other
19 stars 20 forks source link

MP4File::GetMetadataGenre() #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
function has destructive tendencies.
the naming implies read-only operation but it destroys a gnre atom if it exists.
possible course of action is to remove it, or at least have itmf::Tags 
implemention avoid use.

Original issue reported on code.google.com by Kona8l...@gmail.com on 19 May 2009 at 1:32

GoogleCodeExporter commented 8 years ago
as per r312, itmf::Tags has been re-implemented to use iTMF generics and 
MP4File::GetMetadataGenre is 
avoided.

Original comment by Kona8l...@gmail.com on 20 May 2009 at 7:26