[libbluray-devel] Removed unused bs_eof()
hpi1
git at videolan.org
Wed Feb 26 09:09:15 CET 2014
libbluray | branch: master | hpi1 <hpi1 at anonymous.org> | Tue Feb 25 14:52:29 2014 +0200| [2ead17ab8f6c0f06e679bc8e59b05777098db2be] | committer: hpi1
Removed unused bs_eof()
> http://git.videolan.org/gitweb.cgi/libbluray.git/?a=commit;h=2ead17ab8f6c0f06e679bc8e59b05777098db2be
---
src/util/bits.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/util/bits.h b/src/util/bits.h
index 620fcbd..a75a3b5 100644
--- a/src/util/bits.h
+++ b/src/util/bits.h
@@ -80,11 +80,12 @@ static inline int bb_eof( const BITBUFFER *bb )
{
return bb->p >= bb->p_end ? 1: 0 ;
}
-
+/*
static inline int bs_eof( const BITSTREAM *bs )
{
return file_eof(bs->fp) && bb_eof(&bs->bb);
}
+*/
static inline off_t bs_avail( const BITSTREAM *bs )
{
More information about the libbluray-devel
mailing list