mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-03 07:12:28 +00:00
filterable = false for stream with unknown decode parameters
git-svn-id: svn+q:///qpdf/trunk@674 71b93d88-0707-0410-a8cf-f5a4172ac649
This commit is contained in:
parent
701e6db7b0
commit
8a66e7dbc0
@ -145,6 +145,7 @@ QPDF_Stream::filterable(std::vector<std::string>& filters,
|
||||
{
|
||||
// Ignore for now -- some filter types, like CCITTFaxDecode,
|
||||
// use types other than dictionary for this.
|
||||
filterable = false;
|
||||
}
|
||||
|
||||
if ((predictor > 1) && (columns == 0))
|
||||
|
Loading…
Reference in New Issue
Block a user