bytedeco/javacpp-presets

ffmpeg: av_parser_parse2 missing @ByPtrPtr for poutbuf_size

benbarkay opened this issue · 1 comments

Trying to parse video with the ffmpeg preset using org.bytedeco.ffmpeg.global.avcodec#av_parser_parse2(...).

Unfortunately, since poutbuf_size is not marked with @ByPtrPtr, I cannot retrieve the output length.

It seems I am mistaken and it should not be annotated with @ByPtrPtr, my apologies.