Removed useless buffering at stream level.
It removed the need of access_t.info.b_prebuffered It reduces latency (removing the need for stream immediate) It may increase a little the CPU usage but only for demuxer that already do too much small stream reads.
Showing
- include/vlc_access.h 1 addition, 3 deletionsinclude/vlc_access.h
- modules/access/dv.c 0 additions, 1 deletionmodules/access/dv.c
- modules/access/eyetv.m 0 additions, 1 deletionmodules/access/eyetv.m
- modules/access/udp.c 0 additions, 1 deletionmodules/access/udp.c
- src/input/access.c 0 additions, 1 deletionsrc/input/access.c
- src/input/stream.c 18 additions, 27 deletionssrc/input/stream.c
Loading
Please register or sign in to comment