[MPlayer-dev-eng] Re: HEADER_SEARCH_SIZE too small in demux_nsv.c ?

Soeren Sonnenburg mplayer-ml at nn7.de
Thu Apr 6 07:43:42 CEST 2006


On Wed, 05 Apr 2006 09:00:33 +0200, Soeren Sonnenburg wrote:

> Hi List,
> 
> I realized that most of my .nsv streams just don't work... I increased
> the HEADER_SEARCH_SIZE and printed out the index i when NSV{s,f} was
> found and it often was >65k... sometimes even >200k ... so to be on the
> safe side I put
> 
> #define HEADER_SEARCH_SIZE 1920000
> 
> in the file... however sth. like 256k might be enough, not sure what the
> specs say.
> 
> Can anyone comment on this and fix this in cvs ?

Could someone - with cvs access - please increase the
 #define HEADER_SEARCH_SIZE 65000
to e.g. 
 #define HEADER_SEARCH_SIZE 256000
or even
 #define HEADER_SEARCH_SIZE 1920000

Else nsv online stream are non functional in most of the cases.

Soeren.




More information about the MPlayer-dev-eng mailing list