[FFmpeg-devel] [PATCH] rmdec.c: parse INDX chunk
Ronald S. Bultje
rsbultje
Wed Mar 11 13:20:04 CET 2009
Hi,
On Wed, Mar 11, 2009 at 1:40 AM, Kostya <kostya.shishkov at gmail.com> wrote:
> after that someone has to write rm_read_seek() ;)
I have questions about that one. :-).
1- currently there's binary and index-based defaults, can I access
these from within my demuxer? Or are they used automatically if
rm_read_seek() returns -1?
2- can I fail fatally in my demuxer so the defaults won't be called
(for multirate - I'd like to disable seeking at least for a bit until
it works, it'll break completely).
I probably will have more questions once I actually start
rm_read_seek(), I've been lazy and trying to not have to do that one.
Ronald
More information about the ffmpeg-devel
mailing list