Re: [FFmpeg-devel] [PATCH] libavcodec: v4l2m2m: allow lower minimum buffer values

2023-01-09 Thread Aman Karmani
On Fri, May 8, 2020 at 11:08 PM Andriy Gelman wrote: > On Thu, 07. May 09:18, Lukas Rusak wrote: > > There is no reason to enforce a high minimum. In the context > > of streaming only a few output buffers and capture buffers > > are even needed for continuous playback. This also helps > > allevia

Re: [FFmpeg-devel] [PATCH] libavcodec: v4l2m2m: allow lower minimum buffer values

2020-05-08 Thread Andriy Gelman
On Thu, 07. May 09:18, Lukas Rusak wrote: > There is no reason to enforce a high minimum. In the context > of streaming only a few output buffers and capture buffers > are even needed for continuous playback. This also helps > alleviate memory pressure when decoding 4K media. > --- > libavcodec/v4

[FFmpeg-devel] [PATCH] libavcodec: v4l2m2m: allow lower minimum buffer values

2020-05-07 Thread Lukas Rusak
There is no reason to enforce a high minimum. In the context of streaming only a few output buffers and capture buffers are even needed for continuous playback. This also helps alleviate memory pressure when decoding 4K media. --- libavcodec/v4l2_m2m.h | 2 +- libavcodec/v4l2_m2m_dec.c | 2 +-