[Ffmpeg-devel] [RFC] Musepack decoding support

Michael Niedermayer michaelni
Thu Dec 21 13:46:35 CET 2006


Hi

On Thu, Dec 21, 2006 at 08:12:16AM +0200, Kostya wrote:
> Here is updated decoder and demuxer.
> And again about seeking: now it just builds index as it goes,
> but is it acceptible to do this way?
> 
> int seek(){
>  if(point is found){ seek there }
>  else if(point is forward){
>   update index from known position to the given point
>   seek there
>  }else return -1;
> }

yes, and if possible implement it in a generic way so that for example
avi without an index can use it too (would be pretty cool feature)

ill look at the rest of the patch later

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Democracy is the form of government in which you can choose your dictator




More information about the ffmpeg-devel mailing list