summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/nsgif.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/nsgif.h b/include/nsgif.h
index a8f384c..c2a98c1 100644
--- a/include/nsgif.h
+++ b/include/nsgif.h
@@ -210,6 +210,9 @@ void nsgif_destroy(nsgif_t *gif);
*
* If an error occurs, all previously scanned frames are retained.
*
+ * Note that an error returned from this function is purely informational.
+ * So long as at least one frame is available, you can display frames.
+ *
* \param[in] gif The \ref nsgif_t object.
* \param[in] size Number of bytes in data.
* \param[in] data Raw source GIF data.