Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: samples/fx_lpng/src/fx_pngwrite.c

Issue 950113002: Backport PNG output format to origin/master branch. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Add missing image_diff files. Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/fx_lpng/src/fx_pngwio.c ('k') | samples/fx_lpng/src/fx_pngwtran.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/fx_lpng/src/fx_pngwrite.c
diff --git a/core/src/fxcodec/fx_libopenjpeg/src/fx_bio.c b/samples/fx_lpng/src/fx_pngwrite.c
similarity index 85%
copy from core/src/fxcodec/fx_libopenjpeg/src/fx_bio.c
copy to samples/fx_lpng/src/fx_pngwrite.c
index 57ed6f83a579ef98b8c58d1130a3b87542c6af77..4434fd0cb44487d6bc4e8762e290942dae52dcd3 100644
--- a/core/src/fxcodec/fx_libopenjpeg/src/fx_bio.c
+++ b/samples/fx_lpng/src/fx_pngwrite.c
@@ -1,10 +1,10 @@
-// Copyright 2014 PDFium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-
-#ifdef _MSC_VER
-#define _CRT_SECURE_NO_WARNINGS
-#endif
-#include "../libopenjpeg20/bio.c"
+// Copyright 2014 PDFium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
+
+#ifdef _MSC_VER
+#define _CRT_SECURE_NO_WARNINGS
+#endif
+#include "../lpng_v163/fx_pngwrite.c"
« no previous file with comments | « samples/fx_lpng/src/fx_pngwio.c ('k') | samples/fx_lpng/src/fx_pngwtran.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698