Re: [libav-devel] [PATCH 17/24] examples/encode_video: use the AVFrame API for allocating the frame

2016-10-24 Thread Vittorio Giovara
On Thu, Oct 20, 2016 at 10:07 AM, Anton Khirnov wrote: > It is more efficient and so preferred over allocating the buffers > manually. > --- > doc/examples/encode_video.c | 19 --- > 1 file changed, 12 insertions(+), 7 deletions(-) > > diff --git

[libav-devel] [PATCH 17/24] examples/encode_video: use the AVFrame API for allocating the frame

2016-10-20 Thread Anton Khirnov
It is more efficient and so preferred over allocating the buffers manually. --- doc/examples/encode_video.c | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/doc/examples/encode_video.c b/doc/examples/encode_video.c index bd10d40..b8c9631 100644 ---