summaryrefslogtreecommitdiff
path: root/libavcodec/dynamic_hdr10_plus.h
Commit message (Collapse)AuthorAge
* avcodec/dynamic_hdr10_plus: don't take a GetBitContext as input argumentJames Almer2020-12-07
| | | | | | | Create a local one instead from a byte buffer input argument. This prevents skipping bytes that may belong to another SEI message. Signed-off-by: James Almer <jamrial@gmail.com>
* avcodec/hevc_sei: add support for HDR10+ metadataMohammad Izadi2020-12-05
Signed-off-by: James Almer <jamrial@gmail.com>