HeaderParser icon indicating copy to clipboard operation
HeaderParser copied to clipboard

The app can't handle some structures

Open teslasystemsx opened this issue 2 years ago • 0 comments

Hello.

I'm currently trying to convert the header of libavif library (https://github.com/AOMediaCodec/libavif), but your app has stucked at line 761 with an error: EIdentifierExpected: [761, 14]: Identifier expected, but found: (*avifIODestroyFunc). The whole line looks like typedef void (*avifIODestroyFunc)(struct avifIO * io);, so it can't handle this structure.

teslasystemsx avatar Dec 04 '23 03:12 teslasystemsx