ffmpeg: av_parser_parse2 missing @ByPtrPtr for poutbuf_size
benbarkay opened this issue · 1 comments
benbarkay commented
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.
benbarkay commented
It seems I am mistaken and it should not be annotated with @ByPtrPtr
, my apologies.