diff options
author | wm4 <wm4@nowhere> | 2016-08-31 22:25:06 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-08-31 22:25:06 +0200 |
commit | ec3c428e5fb03244b9f8f4f7432779b45a181166 (patch) | |
tree | df5d98e1f5768b27d0ed862eb6c592b88cb8e946 /stream/stream_dvdnav.c | |
parent | e22ae2cba0cbca7c773e9ac29e57c48b689fae41 (diff) | |
download | mpv-ec3c428e5fb03244b9f8f4f7432779b45a181166.tar.bz2 mpv-ec3c428e5fb03244b9f8f4f7432779b45a181166.tar.xz |
stream_cb: remove broken cast
seek_fn is supposed to return the new file offset, or a negative error
code. Our code doesn't use the offset, and only wants to know if any
errors happened. The int cast is completely broken and might treat a
successful seek as failed depending on whether the sign bit will be set.
Diffstat (limited to 'stream/stream_dvdnav.c')
0 files changed, 0 insertions, 0 deletions