[gimp] plug-ins: s/g_get_num_processors/gimp_get_num_processors/ in file-heif.
- From: Jehan <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] plug-ins: s/g_get_num_processors/gimp_get_num_processors/ in file-heif.
- Date: Fri, 11 Dec 2020 17:29:41 +0000 (UTC)
commit c94325c670f62b155cc53c93cd70d348f54c424d
Author: Jehan <jehan girinstud io>
Date: Fri Dec 11 18:29:12 2020 +0100
plug-ins: s/g_get_num_processors/gimp_get_num_processors/ in file-heif.
plug-ins/common/file-heif.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plug-ins/common/file-heif.c b/plug-ins/common/file-heif.c
index 7ea0493308..371576674d 100644
--- a/plug-ins/common/file-heif.c
+++ b/plug-ins/common/file-heif.c
@@ -1826,7 +1826,7 @@ save_image (GFile *file,
{
int parameter_number;
- parameter_number = g_get_num_processors();
+ parameter_number = gimp_get_num_processors();
parameter_number = CLAMP(parameter_number, 1, 16);
err = heif_encoder_set_parameter_integer (encoder, "threads", parameter_number);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]