[FFmpeg-devel] skip multiple id3v2 headers

David Byron dbyron
Mon Sep 13 19:08:25 CEST 2010


Michael Niedermayer wrote:

> so id guess there is a bug and this doesnt fix it but
> rather just adds a hack to recover.
> 
> either way arbitrary seek back doesnt work on non seekable
> media

I believe this is a seek forward if that matters.

There are already calls to url_fskip in ff_id3v2_parse.  url_fskip calls
url_fseek with SEEK_CUR.  Does it improve things if I change the call to
url_fseek to use SEEK_CUR instead of SEEK_SET?

If not, do you have a suggestion for how to fix this?

Thanks for your help.

-DB




More information about the ffmpeg-devel mailing list