ashik94vc / mp4parser

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

RandomAccessDataSource#getLength is hard to implement in some cases drop from interface #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
getLength is only used for a single plausibility check while parsing. I think I 
should drop it to be able to read an MP4 without knowing its length

Original issue reported on code.google.com by Sebastian.Annies on 27 Sep 2010 at 5:37

GoogleCodeExporter commented 8 years ago
I just completely removed RandomAccessDataSource and implemented a ByteBuffer 
backed approach

Original comment by Sebastian.Annies on 29 Dec 2010 at 3:31