Leandro Santiago: > The functions are: > > av_frame_side_data_get_nth_c() > av_frame_side_data_get_nth() > av_frame_get_nth_side_data() > > They mimic the counterparts without the `_nth` suffix/infix, with an extra > argument, which specifies the relative position of the entry of a given > type. > > Signed-off-by: Leandro Santiago <leandrosansi...@gmail.com> > --- > libavutil/frame.c | 10 ++++++++++ > libavutil/frame.h | 43 ++++++++++++++++++++++++++++++++++++++++--- > libavutil/side_data.c | 14 +++++++++++--- > 3 files changed, 61 insertions(+), 6 deletions(-) > Is this really such an important usecase that we need to add new public functions for this? Why can't users simply iterate over the array on their own?
- Andreas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".