summaryrefslogtreecommitdiff
path: root/libavcodec/sei.h
Commit message (Collapse)AuthorAge
* avcodec/sei: add Parameter Sets Inclusion Indication enum valueJames Almer2021-01-26
| | | | | | | Defined in H.274, it shares the same value as Active Parameter Sets from the H.265 spec. Signed-off-by: James Almer <jamrial@gmail.com>
* lavc: Add new header for SEI payload typesMark Thompson2021-01-21
These form a common namespace between the H.264, H.265 and H.266 standards, so we can use the same definitions in all three places.