[FFmpeg-devel] [PATCH] rmdec.c: correctly skip indexes
Ronald S. Bultje
rsbultje
Mon Mar 9 16:39:00 CET 2009
Hi,
On Mon, Mar 9, 2009 at 11:07 AM, Kostya <kostya.shishkov at gmail.com> wrote:
> We have some docs:
> https://common.helixcommunity.org/2003/HCS_SDK_r5/htmfiles/rmff.htm
Ah, fancy, I've looked for that for a while but couldn't find it (I
did find the RDT docs - very useful).
> I suspect it was not widely available and is violated though.
The funny thing is that it's violated on-and-off in one and the same
file. Unfortunately, no "producer" or anything in it, so I don't know
what software was made to make these files. It's clearly warez-style
crap so not officially .rm, but it'd be nice if we could play it back
correctly anyway.
Oh, and if the header minimal size is 0x14 + 14 bytes for one index
chunk, I guess the >=28 in my patch should be changed into
>=(0x14+14)?
Ronald
More information about the ffmpeg-devel
mailing list