[vlc-devel] [PATCH] Adding caf file demuxer module.

Matthias Keiser matthias at tristan-inc.com
Mon Sep 23 10:37:32 CEST 2013


Also, about this:

> Sorry, I meant to store either frames / samples or bytes for each
> seeking point, and then e.g.:
> 
> samples = frames * frame_size_in_samples * sample_size;
> bytes = frames * frame_size_in_samples;

I was thinking about this too before I started and asked about it on irc. There was a concern raised that when streaming the file over http, not all info might be available right away, so it would not be a good idea to try to build an array of all the values in advance. Also, in theory, the array could have 2^64-1 elements.

Regards

Matthias


More information about the vlc-devel mailing list