Re: [FFmpeg-devel] [PATCH 1/2] lavu/internal: add FF_FIELD_AT().

2021-08-14 Thread Nicolas George
Nicolas George (12021-07-24): > Signed-off-by: Nicolas George > --- > libavutil/internal.h | 5 + > 1 file changed, 5 insertions(+) Patch series pushed after more time than expected. Regards, -- Nicolas George signature.asc Description: PGP signature __

Re: [FFmpeg-devel] [PATCH 1/2] lavu/internal: add FF_FIELD_AT().

2021-07-28 Thread Nicolas George
Nicolas George (12021-07-24): > Signed-off-by: Nicolas George > --- > libavutil/internal.h | 5 + > 1 file changed, 5 insertions(+) Will push soon unless somebody wants to comment. Regards, -- Nicolas George signature.asc Description: PGP signature

[FFmpeg-devel] [PATCH 1/2] lavu/internal: add FF_FIELD_AT().

2021-07-24 Thread Nicolas George
Signed-off-by: Nicolas George --- libavutil/internal.h | 5 + 1 file changed, 5 insertions(+) diff --git a/libavutil/internal.h b/libavutil/internal.h index a33e8700c3..2011813932 100644 --- a/libavutil/internal.h +++ b/libavutil/internal.h @@ -103,6 +103,11 @@ #define FF_PTR_ADD(ptr, off