zouhouzi / mp4parser

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

fourCC with copyright symbol not getting looked up in PropertyBoxParserImpl #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The apple metadata boxes use a type with a copyright char in the first column. 
This is not getting routed correctly in the lookup. I don't know if this is the 
right fix but the change I made in the fork on github  (see below) causes the 
correct lookup as confirmed by checking the metadata boxes in the viewer for 
the test-pod.m4a file. 

see 
https://github.com/gabe97330/mp4parser-fork/commit/4949c477660886702e2706bd5e6b6
4eb82786ea4

Original issue reported on code.google.com by gabe9733...@gmail.com on 17 Apr 2011 at 6:49

GoogleCodeExporter commented 8 years ago
I've seen this problem also. I've attached a patch I've created against svn 
revision 145.

Original comment by jp.stanf...@gmail.com on 30 May 2011 at 4:48

Attachments:

GoogleCodeExporter commented 8 years ago
Applied patch. Thank you!

Original comment by Sebastian.Annies on 24 Jun 2011 at 2:21