diff options
-rw-r--r-- | test/nsgif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/nsgif.c b/test/nsgif.c index 76d7b8f..a32a0ef 100644 --- a/test/nsgif.c +++ b/test/nsgif.c @@ -272,7 +272,7 @@ int main(int argc, char *argv[]) } /* create our gif animation */ - err = nsgif_create(&bitmap_callbacks, &gif); + err = nsgif_create(&bitmap_callbacks, NSGIF_BITMAP_FMT_R8G8B8A8, &gif); if (err != NSGIF_OK) { warning("nsgif_create", err); return EXIT_FAILURE; |