[MPlayer-dev-eng] [PATCH] stdin broken with seek in http-streams patch

Arpi arpi at thot.banki.hu
Sun Feb 22 14:41:46 CET 2004


Hi,

>  
>  inline static int stream_skip(stream_t *s,off_t len){
> -  if(len<0 || (len>2*STREAM_BUFFER_SIZE && (s->flags & STREAM_SEEK))) {
> +  if(len<0 || (len>2*STREAM_BUFFER_SIZE && (s->flags & STREAM_SEEK_BW))) {
>      // negative or big skip!

what is this nonsence?
i guess STREAM_SEEK_BW means backward seeking ability.
so then why isn't it grouped with len<0 case then?

also, who the fuck introduced these STREAM_SEEK/STREAM_SEEK_BW flags?


A'rpi / Astral & ESP-team

--
Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu




More information about the MPlayer-dev-eng mailing list