summaryrefslogtreecommitdiffstats
path: root/libavcodec/h265_profile_level.h
Commit message (Collapse)AuthorAgeFilesLines
* lavc/h265_profile_level: Fix DPB size calculationMark Thompson2019-07-071-0/+1
| | | | | 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).
* lavc/h265: Add some common code for profile/tier/level handlingMark Thompson2018-09-231-0/+89
Adds support for determining for level limits, including mapping PTL blocks to profiles to check profile-dependent level limits.
OpenPOWER on IntegriCloud