]> git.sesse.net Git - ffmpeg/commit
lavc/h265_profile_level: Fix DPB size calculation
authorMark Thompson <sw@jkqxz.net>
Mon, 6 May 2019 21:02:19 +0000 (22:02 +0100)
committerMark Thompson <sw@jkqxz.net>
Sun, 7 Jul 2019 12:29:50 +0000 (13:29 +0100)
commitc1a430885dc7a7c7fc305e9bbe7fbd6a50e90ecf
tree56992f474d6bca8be7e88a6ba69638474718ecb6
parentca576833e46ca5657b41a29849ac2cbc775ccfda
lavc/h265_profile_level: Fix DPB size calculation

The maxDpbPicBuf value which is used in the DPB size calculation depends
on the profile (it's usually 6, but 7 for screen-extended profiles).
libavcodec/h265_profile_level.c
libavcodec/h265_profile_level.h