On Sat, Mar 9, 2019 at 11:44 PM Thomas Xu <[email protected]> wrote: > > + for (int index = 0; index < nb_rois; index++) { > + av_log(ctx, AV_LOG_INFO, "index: %d, region: (%d %d)/(%d %d), qp > offset: %d/%d", > + index, roi->left, roi->top, roi->right, roi->bottom, > roi->qoffset.num, roi->qoffset.den); > + } > > pointer roi never ++, it always point to the first > AVRegionOfInterest structure.
Thanks the catch, this issue have been solved in local repository, will update other version after some dependencies merge, _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
