[libbluray-devel] ignore bdplus_fixup return value
npzacs
git at videolan.org
Mon Nov 25 12:01:54 CET 2013
libbluray | branch: master | npzacs <npzacs at gmail.com> | Mon Nov 25 13:01:32 2013 +0200| [4edc4ddfc5c124f51e54d5c1e5156ce7a752b4da] | committer: npzacs
ignore bdplus_fixup return value
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=4edc4ddfc5c124f51e54d5c1e5156ce7a752b4da
---
src/libbluray/bluray.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/libbluray/bluray.c b/src/libbluray/bluray.c
index 7553e47..6255b62 100644
--- a/src/libbluray/bluray.c
+++ b/src/libbluray/bluray.c
@@ -586,7 +586,6 @@ static int _read_block(BLURAY *bd, BD_STREAM *st, uint8_t *buf)
return -1;
}
if (st->bdplus && libbdplus_fixup(st->bdplus, buf, len)) {
- return -1;
}
st->clip_block_pos += len;
More information about the libbluray-devel
mailing list