1, update the max-nal-size setting in UT and param check since we are using a larger input check

2, fix potential overflow (will change bs but little impact on bs)
This commit is contained in:
Sijia Chen
2015-02-06 13:24:20 +08:00
parent 7d055cae94
commit 431bcee310
10 changed files with 7711 additions and 7708 deletions

View File

@@ -3262,14 +3262,14 @@ struct EncodeOptionParam {
};
static const EncodeOptionParam kOptionParamArray[] = {
{0, 30, 600, 460, 1, 400, 15.0, 1},
{0, 30, 600, 460, 1, 450, 15.0, 1},
{1, 30, 340, 96, 24, 1000, 30.0, 1},
{2, 30, 140, 196, 51, 500, 7.5, 1},
{3, 30, 110, 296, 50, 500, 7.5, 1},
{4, 30, 104, 416, 44, 500, 7.5, 1},
{5, 30, 16, 16, 2, 500, 7.5, 1},
{6, 30, 32, 16, 2, 500, 7.5, 1},
{7, 30, 600, 460, 1, 400, 15.0, 4},
{7, 30, 600, 460, 1, 450, 15.0, 4},
{8, 30, 340, 96, 24, 1000, 30.0, 2},
{9, 30, 140, 196, 51, 500, 7.5, 3},
{10, 30, 110, 296, 50, 500, 7.5, 2},