Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/Gfx.cc
diff options
context:
space:
mode:
Diffstat (limited to 'pdf/xpdf/Gfx.cc')
-rw-r--r--pdf/xpdf/Gfx.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/pdf/xpdf/Gfx.cc b/pdf/xpdf/Gfx.cc
index bbf5bdf..7666ad0 100644
--- a/pdf/xpdf/Gfx.cc
+++ b/pdf/xpdf/Gfx.cc
@@ -1523,7 +1523,7 @@ Stream *Gfx::buildImageStream() {
obj.free();
// make stream
- str = new SubStream(parser->getStream(), &dict);
+ str = new EmbedStream(parser->getStream(), &dict);
str = str->addFilters(&dict);
return str;