summaryrefslogtreecommitdiff
path: root/libavcodec/h264_levels.c
Commit message (Collapse)AuthorAge
* h264_levels, h264_metadata_bsf: Fix levels typoAndreas Rheinhardt2018-11-13
| | | | | | | profile_idc for level 1b should be 11, not 10. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@googlemail.com> Signed-off-by: Mark Thompson <sw@jkqxz.net>
* lavc/h264_levels: Avoid integer overflow in bitrateMark Thompson2018-09-24
| | | | Fixes CID #1439656.
* lavc/h264: Add common code for level handlingMark Thompson2018-09-23
Including a unit test.