summaryrefslogtreecommitdiffstats
path: root/stream/vcd_read_os2.h
diff options
context:
space:
mode:
authorMohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>2024-04-04 10:23:00 +0300
committerKacper Michajłow <kasper93@gmail.com>2024-05-07 12:22:09 +0200
commitbb7a485c0932375b888a61966970696c06851a15 (patch)
tree0bffd104d6360e229d605fc8b49fb0c07a8d0733 /stream/vcd_read_os2.h
parent4e59a568963ba3a41d92d863786b88cb6ee17348 (diff)
downloadmpv-master.tar.bz2
mpv-master.tar.xz
stream: don't try to read from all-sparse/no-data filesHEADmaster
``` dd if=/dev/zero of=/tmp/10g.empty bs=1 seek=10G count=0 dd if=/dev/zero of=/tmp/10m.empty bs=1 seek=10M count=0 time mpv /tmp/10{g,m}.empty ``` I keep files with the name format `${name}-${hash}.${ext}.empty` around, where the original is removed, and a sparse file with the size of the original is created instead. A lot of time is wasted on such files when going through playlists/directories that include some of them. This admittedly may not be that common of a use-case. Signed-off-by: Mohammad AlSaleh <CE.Mohammad.AlSaleh@gmail.com>
Diffstat (limited to 'stream/vcd_read_os2.h')
0 files changed, 0 insertions, 0 deletions