Commit 8a66e7dbc06f568830d2d370ad1e641bb82e3009
1 parent
701e6db7
filterable = false for stream with unknown decode parameters
git-svn-id: svn+q:///qpdf/trunk@674 71b93d88-0707-0410-a8cf-f5a4172ac649
Showing
1 changed file
with
1 additions
and
0 deletions
libqpdf/QPDF_Stream.cc
| @@ -145,6 +145,7 @@ QPDF_Stream::filterable(std::vector<std::string>& filters, | @@ -145,6 +145,7 @@ QPDF_Stream::filterable(std::vector<std::string>& filters, | ||
| 145 | { | 145 | { |
| 146 | // Ignore for now -- some filter types, like CCITTFaxDecode, | 146 | // Ignore for now -- some filter types, like CCITTFaxDecode, |
| 147 | // use types other than dictionary for this. | 147 | // use types other than dictionary for this. |
| 148 | + filterable = false; | ||
| 148 | } | 149 | } |
| 149 | 150 | ||
| 150 | if ((predictor > 1) && (columns == 0)) | 151 | if ((predictor > 1) && (columns == 0)) |