Hi Hendrik, I move the index data into AVStream, but seeking is slow. (it try to download many data). Is there something wrong ?
2015-09-24 16:09 GMT+08:00 Hendrik Leppkes <[email protected]>: > On Thu, Sep 24, 2015 at 9:08 AM, Ching-Yi Chan <[email protected]> > wrote: > > flacdec is not supported fast-seek yet. > > > > changes: > > > > 1. parse the seekpoint from metadata block > > 2. add seek callback to look up seek position > > > > You should store the index in the AVStream index_entries field, that > way you don't need to duplicate the structure in the private flac > context, and the generic seeking code can make use of them without you > needing a specialized seekign function. > > - Hendrik > _______________________________________________ > ffmpeg-devel mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel >
0001-avformat-flacdec-support-fast-seek.patch
Description: Binary data
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
