From: Fiona Glaser Date: Tue, 27 Nov 2012 15:50:51 +0000 (-0800) Subject: Fix typo in r2222 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=042fdd3e6a0e271f62a108da2a1a244dee936045;p=libx264 Fix typo in r2222 Slightly wrong numbers in level table. --- diff --git a/encoder/set.c b/encoder/set.c index 7c7983ed..6041ecd9 100644 --- a/encoder/set.c +++ b/encoder/set.c @@ -738,8 +738,8 @@ const x264_level_t x264_levels[] = { 30, 40500, 1620, 8100, 10000, 10000, 256, 32, 22, 2, 0, 1, 0 }, { 31, 108000, 3600, 18000, 14000, 14000, 512, 16, 60, 4, 1, 1, 0 }, { 32, 216000, 5120, 20480, 20000, 20000, 512, 16, 60, 4, 1, 1, 0 }, - { 40, 245760, 8192, 32786, 20000, 25000, 512, 16, 60, 4, 1, 1, 0 }, - { 41, 245760, 8192, 32786, 50000, 62500, 512, 16, 24, 2, 1, 1, 0 }, + { 40, 245760, 8192, 32768, 20000, 25000, 512, 16, 60, 4, 1, 1, 0 }, + { 41, 245760, 8192, 32768, 50000, 62500, 512, 16, 24, 2, 1, 1, 0 }, { 42, 522240, 8704, 34816, 50000, 62500, 512, 16, 24, 2, 1, 1, 1 }, { 50, 589824, 22080, 110400, 135000, 135000, 512, 16, 24, 2, 1, 1, 1 }, { 51, 983040, 36864, 184320, 240000, 240000, 512, 16, 24, 2, 1, 1, 1 },