On 27/04/18 06:42, Xiang, Haihao wrote:
> Just for curious, will you have the common code for H.265 level handling too?
I've written some matching the H.264 code, but it's not yet complete because I
haven't come up with a clean way to deal with all of the different subprofiles.
For example, deco
Just for curious, will you have the common code for H.265 level handling too?
> Including a unit test.
> ---
> libavcodec/Makefile| 3 +-
> libavcodec/h264_levels.c | 130 +
> libavcodec/h264_levels.h | 53
> libavcodec/tests/.g
Including a unit test.
---
libavcodec/Makefile| 3 +-
libavcodec/h264_levels.c | 130 +
libavcodec/h264_levels.h | 53
libavcodec/tests/.gitignore| 1 +
libavcodec/tests/h264_levels.c | 183 ++