diff options
Diffstat (limited to 'converter/other/fiasco/lib/image.c')
-rw-r--r-- | converter/other/fiasco/lib/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/fiasco/lib/image.c b/converter/other/fiasco/lib/image.c index 56275f2e..fa3b2db5 100644 --- a/converter/other/fiasco/lib/image.c +++ b/converter/other/fiasco/lib/image.c @@ -449,7 +449,7 @@ write_image (const char *image_name, const image_t *image) if (image->format == FORMAT_4_2_0) { - warning ("Writing of images in 4:2:0 format not supported."); + warning ("We cannot write images in 4:2:0 format."); return; } |