summaryrefslogtreecommitdiffstats
path: root/stream/stream_dvdnav.c
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-04-16 21:29:49 +0200
committerwm4 <wm4@nowhere>2014-04-17 01:43:07 +0200
commit8ed1641c3b976e0cf643e371693831715b749a42 (patch)
tree0431ed1ee6a6b6cbe25c2af44d2fbb8a712ff65c /stream/stream_dvdnav.c
parentc5613aa8a20c4d9b58e0ea8f0318f29600c85f5a (diff)
downloadmpv-8ed1641c3b976e0cf643e371693831715b749a42.tar.bz2
mpv-8ed1641c3b976e0cf643e371693831715b749a42.tar.xz
stream_dvd: fix seeking regression
This was accidentally completely destroyed with commit 24f1878e. I didn't notice it when testing, because forward seeking still worked mostly. The issue was that dvd_seek_to_time() actually called stream_seek(), which was supposed to call the byte-level seek function dvd_seek(). So we have to restore this function, and replace all generic stream calls with stream_dvd.c internal ones. This also affects stream->pos (now a random number as far as stream_dvd.c is concerned) and stream_skip().
Diffstat (limited to 'stream/stream_dvdnav.c')
0 files changed, 0 insertions, 0 deletions