Remove warnings related to empty tag-trees. 893/head
authorEven Rouault <even.rouault@spatialys.com>
Mon, 13 Feb 2017 11:36:45 +0000 (12:36 +0100)
committerEven Rouault <even.rouault@spatialys.com>
Mon, 13 Feb 2017 11:36:45 +0000 (12:36 +0100)
commita43f1bea6273e87d9e5cb6e428f560ae7a59223b
tree10c17797e912962b9c78f62ba03aa335702fdd22
parent7113c4e3bbb4b397ae0c27cbfb645ae8acfee042
Remove warnings related to empty tag-trees.

Decoding some valid .jp2 files like Sentinel2 datasets leads to warnings like:
No incltree created.
tgt_create tree->numnodes == 0, no tree created.
No imsbtree created.
tgt_create tree->numnodes == 0, no tree created.

Besides that, the image is correctly decoded. So there is no reason to emit
those warnings.
src/lib/openjp2/tcd.c
src/lib/openjp2/tgt.c