[FFmpeg-devel] [PATCH 1/2] add support for generic seeking by reading timestamps in nuv

Joakim Plate elupus at ecce.se
Mon Sep 12 17:10:08 CEST 2011


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > +            tag = (tag << 8) | avio_rb32(pb);
> 
> this looks strange, is it intended to shift by 8 and or 32bit in ?


Hmm.. Indeed looks totally broken. Must have messed
up in the url_read -> avio_ change. I wonder why it
seemed to work in my quick test. 

Let me update the patch to the last one we had in
the old thread retest/repost it, then we can continue from there.

/Joakim



More information about the ffmpeg-devel mailing list