comparison TOOLS/netstream/netstream.c @ 13524:3995d5cef8b3

compilation fix idea by Erik Augustson <erik_27can at yahoo dot com> and Ivan Kalvachev
author diego
date Sat, 02 Oct 2004 00:38:17 +0000
parents e7c8200ffdc5
children bdcd608b0e97
comparison
equal deleted inserted replaced
13523:1958e47f0efb 13524:3995d5cef8b3
350 350
351 351
352 352
353 //---- For libmpdemux 353 //---- For libmpdemux
354 354
355 float stream_cache_prefill_percent=5.0;
356 float stream_cache_min_percent=20.0;
357
355 #include <libmpdemux/demuxer.h> 358 #include <libmpdemux/demuxer.h>
356 #include <libmpdemux/stheader.h> 359 #include <libmpdemux/stheader.h>
357 360
358 // audio stream skip/resync functions requires only for seeking. 361 // audio stream skip/resync functions requires only for seeking.
359 // (they should be implemented in the audio codec layer) 362 // (they should be implemented in the audio codec layer)