[FFmpeg-devel] [PATCH] avutil/frame: Remove requirements to use accessors for AVFrame

Paul B Mahol onemda at gmail.com
Mon Jan 9 14:08:39 EET 2017


On 1/9/17, Michael Niedermayer <michael at niedermayer.cc> wrote:
> After this it is not allowed to remove, insert or change fields except to
> add them at the end.
>
> The accessors were in the past required to achieve ABI compatibility
> with the fork. The community decided long ago that this ABI compatibility
> is not needed and should be dropped, so the accessors lost their main
> reason for existence.
>
> Several people prefer not using accessors, the fields affected did not
> move since 3.0 AFAICS.
>
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  libavutil/frame.h | 19 +------------------
>  1 file changed, 1 insertion(+), 18 deletions(-)
>

+1


More information about the ffmpeg-devel mailing list