Update a comment

This commit is contained in:
Přemysl Eric Janouch 2021-12-19 06:14:31 +01:00
parent 64ba54e8e6
commit bac92f2612
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 1 additions and 1 deletions

View File

@ -1835,7 +1835,7 @@ fiv_io_open(const gchar *path, GError **error)
{
// TODO(p): Don't always load everything into memory, test type first,
// so that we can reject non-pictures early. Wuffs only needs the first
// 16 bytes to make a guess right now.
// 16 bytes (soon 12) to make a guess right now.
//
// LibRaw poses an issue--there is no good registry for identification
// of supported files. Many of them are compliant TIFF files.