[vlc-devel] [PATCH] decoder: make the maximum buffering size a member of decoder_t, allowing decoder modules to override the default value.

Rémi Denis-Courmont remi at remlab.net
Wed Nov 20 10:20:49 CET 2013


On Tue, 19 Nov 2013 16:58:45 +0100, Felix Abecassis
<felix.abecassis at gmail.com> wrote:
> ---
>  include/vlc_codec.h | 2 ++
>  src/input/decoder.c | 9 ++++++---
>  2 files changed, 8 insertions(+), 3 deletions(-)

Obviously different decoder have different requirements for picture pool
size (DPB), but that is something different, the maximum number of pictures
that can be left decoded before getting pushed to the video output. I fail
to see why a decoder should ever change this value.

-- 
Rémi Denis-Courmont
Sent from my collocated server



More information about the vlc-devel mailing list