mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Finishing of CCITT fax filter
This commit is contained in:
@ -101,7 +101,7 @@ void PDFBitReader::alignToBytes()
|
||||
|
||||
bool PDFBitReader::isAtEnd() const
|
||||
{
|
||||
return (m_position >= m_stream->size());
|
||||
return (m_position >= m_stream->size()) && m_bitsInBuffer == 0;
|
||||
}
|
||||
|
||||
PDFBitWriter::PDFBitWriter(Value bitsPerComponent) :
|
||||
|
Reference in New Issue
Block a user