OSDN Git Service

Convert H.264 level limit lookup functions to use a table
authorMark Thompson <sw@jkqxz.net>
Thu, 30 Nov 2017 21:46:33 +0000 (21:46 +0000)
committerXiang, Haihao <haihao.xiang@intel.com>
Wed, 10 Jan 2018 04:59:32 +0000 (12:59 +0800)
commit2cbd3b85669281266ab85563db4f325d8e7eba0b
tree4184503720c6f3705640328b6bfb914b55b05228
parentde80b9e37692ccbdc65ae9b3e2103a5154348ddf
Convert H.264 level limit lookup functions to use a table

Do not abort on unknown values - instead use the limits for the nearest
valid value of level_idc less than the given one.

Signed-off-by: Mark Thompson <sw@jkqxz.net>
src/i965_avc_encoder_common.c