2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-05-28 07:53:11 +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:
Jay Berkenbilt 2009-05-03 19:48:34 +00:00
parent 701e6db7b0
commit 8a66e7dbc0

View File

@ -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))