HeaderParser
HeaderParser copied to clipboard
The app can't handle some structures
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.