monstersb / mp4parser

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

SegmentTypeBox patch #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This isn't a bug, but I can't find anywhere else to make a code submission.

I've been using this API to parse and modify fragmented mp4 files and needed 
support for the styp (Segment type) box in the API. The attached java class + 
patch will add the necessary support. The code is a fairly minor modification 
of the existing FileTypeBox class.

Original issue reported on code.google.com by tim.will...@digitaltv-labs.com on 10 May 2012 at 4:34

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you Tim! It's in the trunk. And yes - you are right: google code doesn't 
offer any good methods for applying patches but I'm worried to loose users when 
I move to github.

Original comment by Sebastian.Annies on 11 May 2012 at 7:54

GoogleCodeExporter commented 9 years ago
That's great. Thank you!

Original comment by tim.will...@digitaltv-labs.com on 11 May 2012 at 8:21