Re: [FFmpeg-devel] [PATCH 2/3] avdevice/opengl: change codec to wrapped avframe

2020-04-06 Thread Nicolas George
Marton Balint (12020-04-06): > Signed-off-by: Marton Balint > --- > libavdevice/opengl_enc.c | 54 > +--- > 1 file changed, 10 insertions(+), 44 deletions(-) Same remark as for xv: adding support for the more efficient API is useful; removing support

[FFmpeg-devel] [PATCH 2/3] avdevice/opengl: change codec to wrapped avframe

2020-04-05 Thread Marton Balint
Signed-off-by: Marton Balint --- libavdevice/opengl_enc.c | 54 +--- 1 file changed, 10 insertions(+), 44 deletions(-) diff --git a/libavdevice/opengl_enc.c b/libavdevice/opengl_enc.c index ae03caa8c5..b8bc46ebb5 100644 --- a/libavdevice/opengl_enc.c +