diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2021-12-07 08:43:22 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2021-12-07 10:21:21 +0100 |
commit | 16c6766e797e14690805ad6219619d8936ab57e7 (patch) | |
tree | fb77b8cf126845c41c1d844210df7c249b428c07 /tools/jpeginfo.c | |
parent | 3fe2f60a19b8d1ee56941bc9ec8a7e4da7e1bfea (diff) | |
download | fiv-16c6766e797e14690805ad6219619d8936ab57e7.tar.gz fiv-16c6766e797e14690805ad6219619d8936ab57e7.tar.xz fiv-16c6766e797e14690805ad6219619d8936ab57e7.zip |
jpeginfo: update comment
Diffstat (limited to 'tools/jpeginfo.c')
-rw-r--r-- | tools/jpeginfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/jpeginfo.c b/tools/jpeginfo.c index 4931aef..f8db824 100644 --- a/tools/jpeginfo.c +++ b/tools/jpeginfo.c @@ -91,6 +91,7 @@ u16le(const uint8_t *p) // // libtiff is a mess, and the format is not particularly complicated. // Exiv2 is senselessly copylefted, and cannot do much. +// libexif is only marginally better. // ExifTool is too user-oriented. static struct un { |