Re: [FFmpeg-devel] [PATCH] avcodec/libaomenc: fix compile after 5bab794

2022-08-25 Thread James Zern
On Thu, Aug 25, 2022 at 12:30 PM James Zern wrote: > > encoder is a struct, not a pointer; use '.' to access iface. > > Signed-off-by: James Zern > --- > libavcodec/libaomenc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Already fixed. > diff --git a/libavcodec/libaomenc.c b/liba

[FFmpeg-devel] [PATCH] avcodec/libaomenc: fix compile after 5bab794

2022-08-25 Thread James Zern
encoder is a struct, not a pointer; use '.' to access iface. Signed-off-by: James Zern --- libavcodec/libaomenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/libaomenc.c b/libavcodec/libaomenc.c index a82b933c18..1e89b7e3a8 100644 --- a/libavcodec/libaomenc.c +