Commit 89f67375 authored by Denis Charmet's avatar Denis Charmet

Increase dpb size for HEVC

parent f305d59a
......@@ -2372,6 +2372,7 @@ static picture_t *vout_new_buffer( decoder_t *p_dec )
unsigned dpb_size;
switch( p_dec->fmt_in.i_codec )
{
case VLC_CODEC_HEVC:
case VLC_CODEC_H264:
case VLC_CODEC_DIRAC: /* FIXME valid ? */
dpb_size = 18;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment