diff options
author | Lei Zhang <thestig@chromium.org> | 2017-08-31 12:36:31 -0700 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-08-31 20:32:45 +0000 |
commit | 0733a1b6a1c3f1d2907f85e823b1b9674322d97b (patch) | |
tree | e060e9f2d3065819c22e47e904c30d3ef2633431 /public | |
parent | a864419a26164350a27ff03f34fa30d0166bc077 (diff) | |
download | pdfium-0733a1b6a1c3f1d2907f85e823b1b9674322d97b.tar.xz |
Change FPDFImageObj_GetImageFilter() to return byte strings.
Since the returned data is a key, it should be a byte string and not a
wide string.
Change-Id: I9243d88586ea5b13c4b6556479d17316bf07e32e
Reviewed-on: https://pdfium-review.googlesource.com/12710
Reviewed-by: dsinclair <dsinclair@chromium.org>
Commit-Queue: Lei Zhang <thestig@chromium.org>
Diffstat (limited to 'public')
-rw-r--r-- | public/fpdf_edit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fpdf_edit.h b/public/fpdf_edit.h index c547f07890..22582674ea 100644 --- a/public/fpdf_edit.h +++ b/public/fpdf_edit.h @@ -385,7 +385,7 @@ FPDFImageObj_GetImageFilterCount(FPDF_PAGEOBJECT image_object); // // image_object - handle to an image object. // index - the index of the filter requested. -// buffer - buffer for holding filter string, encoded in UTF16-LE. +// buffer - buffer for holding filter string, encoded in UTF-8. // buflen - length of the buffer. // // Returns the length of the filter string. |