lawishere / mp4v2

Automatically exported from code.google.com/p/mp4v2
Other
0 stars 0 forks source link

MP4TagsSetCNID gone? #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There used to be (and it's still in the docs) an API called MP4TagsSetCNID and 
a cnID item in MP4Tags_s.  These are both now gone.  Have they just been 
renamed or is there some other say to get to this functionality?

Original issue reported on code.google.com by danahins...@gmail.com on 21 Nov 2010 at 4:56

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Yes--this was changed in r380 (added expanded iTunes metadata); tags->cnID was 
changed to tags->ContentID and MP4TagsSetCNID was changed to 
MP4TagsSetContentID.  Unfortunately I did not realize that these public APIs 
had been changed until after stuff was committed, but it's a pretty minor 
change so hopefully people can work around it.  I'll try not to let these sort 
of breaking changes happen in the future where they're not necessary.

If you really need this changed back, let me know and I'll be happy to do it.

Original comment by kid...@gmail.com on 22 Nov 2010 at 11:42

GoogleCodeExporter commented 9 years ago
No problem, I can change my code now that I know what the new names are.

Original comment by danahins...@gmail.com on 22 Nov 2010 at 11:57