diff options
Diffstat (limited to 'src/source.h')
-rw-r--r-- | src/source.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/source.h b/src/source.h index eed95c4..d55e560 100644 --- a/src/source.h +++ b/src/source.h @@ -22,7 +22,10 @@ struct imv_source_message { const char *error; }; -/* Generic source of one or more images. Essentially a single image file */ +/* While imv_image represents a single frame of an image, be it a bitmap or + * vector image, imv_source represents an open handle to an image file, which + * can emit one or more imv_images. + */ struct imv_source { /* usually the path of the image this is the source of */ char *name; |