nokiatech / heif

High Efficiency Image File Format
Other
1.74k stars 248 forks source link

ImageFileReaderInterface::FileReaderException #60

Open sunyinjie opened 6 years ago

sunyinjie commented 6 years ago
...
    HevcImageFileReader reader;
    ImageFileReaderInterface::DataVector image_data;
    ImageFileReaderInterface::DataVector auxl_data;
    ImageFileReaderInterface::IdVector itemIds;
    reader.initialize(file_name);
...

The last line has an error:

terminate called after throwing an instance of 'ImageFileReaderInterface::FileReaderException' what(): Error while reading file.

So I used gdb to debug my program, I found the exception is here:

image

image

But I dont know why...