Mercurial > mplayer.hg
comparison m_config.c @ 16318:e27998eeb54a
Fix nsv detection with new demuxer structure
With old method there was an hack to skip detection for streamed nsv,
because demuxer did the chek only on first 4 bytes and live nsv streams
starts at random place in the file. The detection code was changed to
search for nsv signature in the first 64k of the file.
The check was changed to "unsafe" and thus moved later because now is
more expensive.
author | rtognimp |
---|---|
date | Tue, 30 Aug 2005 19:06:55 +0000 |
parents | bad703951cf9 |
children | 63909962d3fc |
comparison
equal
deleted
inserted
replaced
16317:458c83408fd7 | 16318:e27998eeb54a |
---|